import { default as React } from 'react';
import { IconStyles } from './types';
interface IndeterminateCheckBoxIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const IndeterminateCheckBoxIcon: React.FC<IndeterminateCheckBoxIconProps>;
export default IndeterminateCheckBoxIcon;
//# sourceMappingURL=IndeterminateCheckBox.d.ts.map