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