import { ContainerProps, CustomRadiobuttonProps, LabelProps } from './types'; declare const Container: import("styled-components").StyledComponent<"label", any, ContainerProps, never>; declare const Input: import("styled-components").StyledComponent<"input", any, {}, never>; declare const CustomRadiobutton: import("styled-components").StyledComponent<"span", any, CustomRadiobuttonProps, never>; declare const Label: import("styled-components").StyledComponent<"span", any, LabelProps, never>; export { Container, Input, CustomRadiobutton, Label };