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