import type { IHeartSvgProps } from './types'; export declare const HeartSvg: ({ filled, fillColor, strokeColor, inactiveFillColor, inactiveStrokeColor, size, duration, }: IHeartSvgProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map