import { SwitchProps } from './Switch.types'; export declare const SwitchRoot: import("@emotion/styled").StyledComponent & SwitchProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const SwitchTrack: import("@emotion/styled").StyledComponent & SwitchProps, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const SwitchThumb: import("@emotion/styled").StyledComponent & SwitchProps, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const SwitchAction: import("@emotion/styled").StyledComponent & SwitchProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const SwitchInput: import("@emotion/styled").StyledComponent & SwitchProps, React.DetailedHTMLProps, HTMLInputElement>, {}>; export declare const SwitchStartDecorator: import("@emotion/styled").StyledComponent & SwitchProps, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const SwitchEndDecorator: import("@emotion/styled").StyledComponent & SwitchProps, React.DetailedHTMLProps, HTMLSpanElement>, {}>;