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