export declare const classes: {
    input: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    track: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    root: (props?: ({} & {
        disabled?: boolean | null | undefined;
    }) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    arm: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    knobWrapper: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
    knob: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
};
//# sourceMappingURL=AngleInput.classes.d.ts.map