import { InputComponent } from './types'; declare const InputContainer: import("styled-components").StyledComponent<"div", any, { label: string; }, never>; declare const InputWrapper: import("styled-components").StyledComponent<"div", any, InputComponent.InputWrapper & import("styled-components").ThemeProps, never>; declare const InputStyled: import("styled-components").StyledComponent<"input", any, InputComponent.InputStyledType, never>; declare const Asterisk: import("styled-components").StyledComponent<"span", any, InputComponent.Astrik, never>; declare const InputSection: import("styled-components").StyledComponent<"div", any, InputComponent.InputSection, never>; export { InputContainer, InputWrapper, InputStyled, Asterisk, InputSection };