/// import { IconProps } from './types'; export declare const ComponentBooleanIcon: ({ color, ...props }: IconProps) => JSX.Element; export default ComponentBooleanIcon;