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