import { MantineTheme, MantineNumberSize } from '../../../theme';
interface ThumbStyles {
    theme: MantineTheme;
    color: string;
    size: MantineNumberSize;
}
declare const _default: (args?: ThumbStyles, classNames?: Partial<Record<"label" | "thumb" | "dragging", string>>, name?: string) => Record<"label" | "thumb" | "dragging", string>;
export default _default;
//# sourceMappingURL=Thumb.styles.d.ts.map