export declare const classes: {
    input: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    track: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    root: (props?: ({
        readonly size?: false | "small" | "medium" | "large" | null | undefined;
        readonly skin?: false | "error" | "standard" | "success" | "urgent" | null | undefined;
    } & {
        focus?: boolean | null | undefined;
        disabled?: boolean | null | undefined;
        focusVisible?: boolean | null | undefined;
        checked?: boolean | null | undefined;
    }) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    knob: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    knobIcon: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
};
//# sourceMappingURL=ToggleSwitch.classes.d.ts.map