import { MantineTheme, MantineNumberSize } from '../../theme';
interface RadioGroupStyles {
    theme: MantineTheme;
    spacing: MantineNumberSize;
    variant: 'vertical' | 'horizontal';
}
declare const _default: (args?: RadioGroupStyles, classNames?: Partial<Record<"wrapper", string>>, name?: string) => Record<"wrapper", string>;
export default _default;
//# sourceMappingURL=RadioGroup.styles.d.ts.map