/// import { InputBoxStyleGenerator, InputSize, InputUnderlineStyleGenerator } from './input.doc'; export declare const InputIcon: import("styled-components").StyledComponentClass, HTMLDivElement>, UI.IThemeSchema, import("react").DetailedHTMLProps, HTMLDivElement>>; export declare const InputSuffix: import("styled-components").StyledComponentClass, HTMLDivElement>, UI.IThemeSchema, import("react").DetailedHTMLProps, HTMLDivElement>>; export declare const inputBoxStyle: InputBoxStyleGenerator; export declare const InputUnderlineStylePlaceholder: import("styled-components").StyledComponentClass, HTMLDivElement>, UI.IThemeSchema, import("react").DetailedHTMLProps, HTMLDivElement>>; export declare const inputUnderlineStyle: InputUnderlineStyleGenerator; export declare function getInputErrorMessageSize(size?: InputSize): number;