import { LabelProps, InputProps, HighlightProps, WrapperProps } from './'; export declare const ExternalLabel: import("styled-components").StyledComponent<"label", any, import("../Label").LabelProps, never>; export declare const Label: import("styled-components").StyledComponent<"label", any, import("../Label").LabelProps & LabelProps, never>; export declare const Highlight: import("styled-components").StyledComponent<"span", any, HighlightProps, never>; export declare const Input: import("styled-components").StyledComponent<"input", any, InputProps, never>; export declare const Wrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>;