import { IToggleWithLabelStyled, LABEL_POSITION } from './types/toggleWithLabel';
export declare const ToggleWithLabelStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, IToggleWithLabelStyled & {
    labelPosition?: LABEL_POSITION;
}>> & string;
