/// export type { CheckboxCssVars, CheckboxProps, CheckboxRef } from './Checkbox'; export type { CheckboxGroupCssVars, CheckboxGroupProps } from './CheckboxGroup'; declare const _default: import("react").ForwardRefExoticComponent & { renderIcon?: (props: import("./Checkbox").CheckboxProps) => import("react").ReactNode; render?: (props: import("./Checkbox").CheckboxProps) => import("react").ReactNode; onChange?: (e: import("react").ChangeEvent) => void; } & import("react").RefAttributes> & { Group: import("react").FC; }; export default _default;