import { Meta } from '@storybook/react'; import { DataTableProps } from './DataTable'; interface MockDataProps { id: string; first_name: string; last_name: string; email: string; street: string; street_number: string; zipcode: string | null; city: string; country: string; country_code: string; trade: string; language: string; birthdate: string; quote: string; university: string; appname: string; appversion: string; website: string; } declare const _default: Meta>; export default _default; export declare const DataTableExample: import('storybook/internal/csf').AnnotatedStoryFn>; export declare const DataTableNotVirtualizedExample: import('storybook/internal/csf').AnnotatedStoryFn>;