export declare const local: { rows: { name: string; age: number; gender: string; company: string; location: string; price: number; }[]; columns: { type: string; header: string; accessorKey: string; }[]; columnOrder: string[]; };