import { TextboxInterface } from './textbox.types'; export declare function textboxTheme(props: TextboxInterface): any; export declare function textboxAppearanceTheme(props: TextboxInterface): any; export declare function textboxSizeTheme(props: TextboxInterface): any; export declare function textboxWidthsTheme(props: TextboxInterface): any;