import { MantineNumberSize, MantineTheme } from '../../../theme';
interface MarksStyles {
    theme: MantineTheme;
    color: string;
    size: MantineNumberSize;
}
declare const _default: (args?: MarksStyles, classNames?: Partial<Record<"mark" | "markWrapper" | "markFilled" | "markLabel", string>>, name?: string) => Record<"mark" | "markWrapper" | "markFilled" | "markLabel", string>;
export default _default;
//# sourceMappingURL=Marks.styles.d.ts.map