export declare const Template: (args: any) => { name: string; components: { NcDataTable: import("vue").DefineComponent<{}, {}, any, Record | import("vue").WritableComputedOptions>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }; setup: () => { args: any; }; data: () => { cols: any; }; template: string; };