import { ContainerProps, DateInputProps, DescriptionProps, ErrorMessageProps, IconContainerProps, LabelProps, SelectPartProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; declare const TopPart: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Label: import("styled-components").StyledComponent<"label", any, LabelProps, never>; declare const Description: import("styled-components").StyledComponent<"p", any, DescriptionProps, never>; declare const SelectPart: import("styled-components").StyledComponent<"div", any, SelectPartProps, never>; declare const InternalLabel: import("styled-components").StyledComponent<"label", any, LabelProps, never>; declare const DateInput: import("styled-components").StyledComponent<"input", any, DateInputProps, never>; declare const IconContainer: import("styled-components").StyledComponent<"button", any, IconContainerProps, never>; declare const FooterPart: import("styled-components").StyledComponent<"div", any, {}, never>; declare const ErrorMessage: import("styled-components").StyledComponent<"p", any, ErrorMessageProps, never>; export { Container, TopPart, Label, Description, InternalLabel, SelectPart, DateInput, IconContainer, FooterPart, ErrorMessage, };