export declare const tableRows: { id: string; name: string; engine: string; transmission: string; }[]; export declare const extendedTableRows: { id: string; name: string; engine: string; transmission: string; exteriorColor: string; manufactureYear: number; wheels: string; state: string; }[]; export * from './basic'; export * from './small'; export * from './interactive'; export * from './scrollbar'; export * from './selectSort'; export * from './actions'; export * from './pagination';