import { RADIO_OPTION } from './options';
import { MarginType } from '../../../types/styleType';
type StyleType = {
size: keyof typeof RADIO_OPTION;
} & MarginType;
export declare const RadioStyle: ({ size, ...props }: StyleType) => import("@emotion/utils").SerializedStyles;
export {};