import { MantineTheme, MantineNumberSize } from '../../theme';
interface CardStyles {
    theme: MantineTheme;
    radius: MantineNumberSize;
    padding: MantineNumberSize;
}
declare const _default: (args?: CardStyles, classNames?: Partial<Record<"card", string>>, name?: string) => Record<"card", string>;
export default _default;
//# sourceMappingURL=Card.styles.d.ts.map