import type { FullToken, GenerateStyle } from '../../theme/internal'; export interface ComponentToken { } interface CheckboxToken extends FullToken<'Checkbox'> { checkboxCls: string; checkboxSize: number; } export declare const genCheckboxStyle: GenerateStyle; export declare function getStyle(prefixCls: string, token: FullToken<'Checkbox'>): import("dw-neit-cssinjs").CSSInterpolation[]; declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: import("react").ReactElement) => import("react").ReactElement, string, string]; export default _default;