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