declare const text_wrap: { _: { width: number; height: number; paths: { d: string; "fill-rule": string; }[]; }; }; export default text_wrap;