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