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