import React from 'react';
interface CheckboxIconProps extends React.ComponentPropsWithoutRef<'svg'> {
    indeterminate: boolean;
}
export declare function CheckboxIcon({ indeterminate, ...others }: CheckboxIconProps): JSX.Element;
export {};
//# sourceMappingURL=CheckboxIcon.d.ts.map