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