import { type TableProps } from "halo-fe"; type __VLS_Props = TableProps; type __VLS_ModelProps = { 'page'?: number; 'size'?: number; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_13: { sortOrders: string[]; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_13) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, { selectRow: (row: any) => void; resize: (event: ResizeObserverEntry) => void; update: () => void; start: () => void; stop: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "page-change": (...args: any[]) => void; "size-change": (...args: any[]) => void; "row-click": (...args: any[]) => void; "sort-change": (...args: any[]) => void; "update:page": (value: number) => void; "update:size": (value: number) => void; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onPage-change"?: (...args: any[]) => any; "onSize-change"?: (...args: any[]) => any; "onRow-click"?: (...args: any[]) => any; "onSort-change"?: (...args: any[]) => any; "onUpdate:page"?: (value: number) => any; "onUpdate:size"?: (value: number) => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };