export declare type InputFieldType = 'text' | 'email' | 'password'; export declare type InputFilterType = 'text' | 'boolean';