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