import { IconProps } from '../../iconUtils'; export declare const CheckList: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type CheckListProps = IconProps; export default CheckList;