export declare const textInputHeight = 36; export declare const inputIconWrapper: string; export declare const getIconAppearanceStyle: (appearance: any) => string; export declare const getInputAppearanceStyle: (appearance: any) => string; export declare const inputContainer: string; export declare const getLabelStyle: (hasError?: boolean) => string;