import { ComponentPropsWithoutRef, FunctionComponent } from 'react';
interface CheckboxIconProps extends ComponentPropsWithoutRef<'svg'> {
    indeterminate: boolean | undefined;
}
export declare const CheckboxIcon: FunctionComponent<CheckboxIconProps>;
export {};
//# sourceMappingURL=CheckboxIcon.d.ts.map