type StylesParams = {
    type?: 'button' | 'radio';
};
declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => {
    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;
