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