import React from 'react';
import { MantineTheme, MantineNumberSize } from '../../theme';
export declare type GroupPosition = 'right' | 'center' | 'left' | 'apart';
interface GroupStyles {
    position: GroupPosition;
    noWrap: boolean;
    grow: boolean;
    spacing: MantineNumberSize;
    direction: 'row' | 'column';
    theme: MantineTheme;
    align: React.CSSProperties['alignItems'];
}
declare const _default: (args?: GroupStyles, classNames?: Partial<Record<"child" | "root", string>>, name?: string) => Record<"child" | "root", string>;
export default _default;
//# sourceMappingURL=Group.styles.d.ts.map