import { MantineSize } from '@mantine/core'; type StylesParams = { type?: 'button' | 'radio'; gap?: number; size?: MantineSize; }; declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions) => { classes: { root: string; wrapper: string; groupErr: string; itemRoot: string; itemLabelWrapper: string; itemLabel: string; itemInner: string; itemBody: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;