import { ZTable_Props } from '@zurich/dev-utils/code/Table'; type Props = Omit & { readonly zTheme?: ZTable_Props['z-theme']; readonly customStr?: ZTable_Props['custom-str']; }; declare const _default: import('vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableElement>; export { _default as VueTable, VueTable as default };