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