export interface RadioCardStylesProps { checked: boolean; } declare const _default: (params: RadioCardStylesProps, options?: import("@mantine/core").UseStylesOptions) => { classes: { wrapper: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;