///
import { SwitchProps } from './types';
export declare const StyledSwitchContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTrackIcon: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & {
justifyContent: 'flex-start' | 'flex-end';
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledThumb: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & {
isFocused?: boolean | undefined;
isHovered?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
//# sourceMappingURL=styled.d.ts.map