/// import { IconProps } from '../../types'; declare const CheckRead: (allProps: IconProps) => JSX.Element; export default CheckRead;