/// import type IconType from '../IconType'; declare const CheckboxIndeterminate: ({ color, size, ...rest }: IconType) => JSX.Element; export default CheckboxIndeterminate;