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