import { ToggleProps, ToggleWrapperProps } from './types'; export declare const Wrapper: import("styled-components").StyledComponent<"div", any, import("../FieldWithLabel/types").FieldStyledProps & ToggleWrapperProps, never>; export declare const Switch: import("styled-components").StyledComponent<"div", any, ToggleWrapperProps, never>; export declare const OffIcon: import("styled-components").StyledComponent<"div", any, ToggleWrapperProps, never>; export declare const OnIcon: import("styled-components").StyledComponent<"div", any, ToggleWrapperProps, never>; export declare const Circle: import("styled-components").StyledComponent<"div", any, ToggleWrapperProps, never>; export declare const Checkbox: import("styled-components").StyledComponent<"input", any, { type: "checkbox"; } & ToggleProps, "type">;