import type { ExtractPropTypes } from 'vue'; import type Table from '../table.vue'; import { TableHeaderSearchProps, MainTableProps, TablePaginationProps } from './index'; export declare const tableProps: { readonly loading: import("ll-plus/es/utils").EpPropFinalized; readonly headerSearchProps: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>; readonly tableProps: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>; readonly paginationProps: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>; }; export declare const HEADER_SRARCH_HEIGHT = 36; export declare const PAGINATION_HEIGHT = 60; export type TableProps = ExtractPropTypes; export type TableInstance = InstanceType;