import { type SvgIconProps } from '@mui/material'; import type React from 'react'; export declare const DefaultIcon: React.FunctionComponent; export declare const CheckedIcon: React.FunctionComponent; export declare const IndeterminateIcon: React.FunctionComponent;