import { AppointmentWithSimpleAddress } from './table-mocks'; export declare const generateLargeDataset: (count: number) => AppointmentWithSimpleAddress[]; export declare const staticTableData: AppointmentWithSimpleAddress[];