import { ContainerTypes, ToggleTypes, ToggleButtonTypes, LabelTypes } from './types'; declare const Container: import("styled-components").StyledComponent<"label", any, ContainerTypes, never>; declare const ToggleInput: import("styled-components").StyledComponent<"input", any, {}, never>; declare const ToggleWrapper: import("styled-components").StyledComponent<"div", any, ToggleTypes, never>; declare const CustomToggle: import("styled-components").StyledComponent<"span", any, ToggleButtonTypes, never>; declare const CustomBar: import("styled-components").StyledComponent<"span", any, {}, never>; declare const CustomProcessing: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Label: import("styled-components").StyledComponent<"span", any, LabelTypes, never>; export { Container, ToggleInput, ToggleWrapper, CustomToggle, CustomBar, CustomProcessing, Label };