export declare const classes: {
    label: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    icon: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    tooltip: (props?: ({} & {
        interactive?: boolean | null | undefined;
        disabled?: boolean | null | undefined;
    }) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    root: (props?: ({
        readonly skin?: false | "dark" | "standard" | "success" | "inverted" | "destructive" | "standard-secondary" | null | undefined;
        readonly labelPlacement?: false | "bottom" | "end" | "start" | "tooltip" | null | undefined;
        readonly shape?: false | "round" | "square" | "pill" | null | undefined;
        readonly size?: false | "small" | "medium" | "large" | "tiny" | null | undefined;
    } & {
        border?: boolean | null | undefined;
        interactive?: boolean | null | undefined;
        disabled?: boolean | null | undefined;
        selected?: boolean | null | undefined;
        mobile?: boolean | null | undefined;
        hasIcon?: boolean | null | undefined;
        iconOnly?: boolean | null | undefined;
    }) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    btnContent: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    labelContainer: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    rootIcon: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
};
//# sourceMappingURL=ToggleButton.classes.d.ts.map