import { LabelPropsTypes, InputPropsTypes } from './types'; declare const Label: import("styled-components").StyledComponent<"label", any, LabelPropsTypes, never>; declare const Input: import("styled-components").StyledComponent<"input", any, InputPropsTypes, never>; declare const Clear: import("styled-components").StyledComponent<"div", any, {}, never>; export { Label, Input, Clear };