import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgChecklist: (props: SVGProps) => React.JSX.Element; export default SvgChecklist; //# sourceMappingURL=Checklist.d.ts.map