/// import { Overwrite } from '@epam/uui-core'; import * as uuiComponents from '@epam/uui-components'; interface CheckboxMods { /** * Defines component size. * @default '18' */ size?: '12' | '18'; /** * Defines the different edit modes. * @default 'form' */ mode?: 'form' | 'cell'; } export interface CheckboxModsOverride { } /** Represents the properties of the Checkbox component. */ export interface CheckboxProps extends uuiComponents.CheckboxProps, Overwrite { } export declare const Checkbox: import("react").ComponentType>; export {}; //# sourceMappingURL=Checkbox.d.ts.map