import { SwitchProps } from "@material-ui/core/Switch";
export declare type ISwitchProps = SwitchProps & {
    conditional?: boolean;
    leftLabel?: string;
    rightLabel?: string;
};
declare const _default: import("styled-components").StyledComponent<({ conditional, leftLabel, rightLabel, className, ...props }: Readonly<ISwitchProps>) => JSX.Element, any, {}, never>;
export default _default;
