import { CheckboxProps } from '../../../Checkbox'; type ItemCheckboxIconProps = Pick; export declare const ItemCheckboxIcon: ({ isChecked, isDisabled, size, sx, }: ItemCheckboxIconProps) => JSX.Element; export {};