import { PaginationProProps } from 'll-plus/es/components/pagination-pro'; import { TableHeaderSearchProps } from 'll-plus/es/components/table'; import type { ExtractPropTypes } from 'vue'; import type ProTable from '../table.vue'; import { ProMainTableProps } from './index'; export declare const proTableProps: { 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 type ProTableProps = ExtractPropTypes; export type ProTableInstance = InstanceType;