export interface IInputProps { block?: boolean; fullWidth?: boolean; error?: boolean; } export declare const styles: import("styled-components").FlattenInterpolation>; declare const Input: import("styled-components").StyledComponent<"input", any, IInputProps, never>; export declare const TextArea: import("styled-components").StyledComponent<"textarea", any, IInputProps, never>; export default Input;