import { SVGProps } from 'react'; declare function CheckListIcon(props: SVGProps): JSX.Element; export default CheckListIcon;