declare const heart_arrow: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default heart_arrow;