import type { DefineComponent, ComponentPropsOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentObjectPropsOptions } from 'vue'; import type { Install } from '../../utils'; import Table from "./src/table"; export declare const FzTable: Install>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, readonly string[] | Readonly>>>, { [x: number]: string; } | {}, {}>>; export type TableInstance = InstanceType; export * from './src/interface'; export default FzTable;