import { CustomStylesType } from "../theme/types"; export interface StylesParams { size?: string; weight?: string; as?: any; customStylesType: CustomStylesType; } declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions) => { classes: { root: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;