export interface IMyInputAutoFill { separator: string; formatParts: Array; enabled: boolean; }