import { default as PagetableColumnIndex } from './columns/PagetableColumnIndex'; import { default as PagetableColumnString } from './columns/PagetableColumnString'; import { default as PagetableColumnLink } from './columns/PagetableColumnLink'; import { default as PagetableColumnNumber } from './columns/PagetableColumnNumber'; import { default as PagetableColumnDate } from './columns/PagetableColumnDate'; import { default as PagetableColumnSingleselect } from './columns/PagetableColumnSingleselect'; import { default as PagetableColumnMultiselect } from './columns/PagetableColumnMultiselect'; import { default as PagetableColumnButtongroup } from './columns/PagetableColumnButtongroup'; import { default as PagetableCellButton } from './columns/PagetableCellButton'; import { default as PagetableColumngroup } from './columns/PagetableColumngroup'; import { default as PagetableColumnDiy } from './columns/PagetableColumnDiy'; declare const _default: import('../_util').SFCWithInstall; paginationTeleported: { type: BooleanConstructor; default: boolean; }; paginationPagerCount: NumberConstructor; paginationShowTotal: { type: BooleanConstructor; default: boolean; }; paginationShowSizes: { type: BooleanConstructor; default: boolean; }; paginationShowJumber: { type: BooleanConstructor; default: boolean; }; showRowNumber: { type: BooleanConstructor; default: boolean; }; selectionMode: { type: BooleanConstructor; default: boolean; }; currentRowMode: { type: BooleanConstructor; default: boolean; }; size: import('vue').PropType<"" | "large" | "default" | "small">; rowClassName: import('vue').PropType string)>; rowStyle: import('vue').PropType import('vue').CSSProperties)>; cellClassName: import('vue').PropType string)>; cellStyle: import('vue').PropType import('vue').CSSProperties)>; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], "select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick", import('vue').PublicProps, Readonly; paginationTeleported: { type: BooleanConstructor; default: boolean; }; paginationPagerCount: NumberConstructor; paginationShowTotal: { type: BooleanConstructor; default: boolean; }; paginationShowSizes: { type: BooleanConstructor; default: boolean; }; paginationShowJumber: { type: BooleanConstructor; default: boolean; }; showRowNumber: { type: BooleanConstructor; default: boolean; }; selectionMode: { type: BooleanConstructor; default: boolean; }; currentRowMode: { type: BooleanConstructor; default: boolean; }; size: import('vue').PropType<"" | "large" | "default" | "small">; rowClassName: import('vue').PropType string)>; rowStyle: import('vue').PropType import('vue').CSSProperties)>; cellClassName: import('vue').PropType string)>; cellStyle: import('vue').PropType import('vue').CSSProperties)>; }>> & Readonly<{ onSelect?: ((...args: any[]) => any) | undefined; "onSelect-all"?: ((...args: any[]) => any) | undefined; onSelectionChange?: ((...args: any[]) => any) | undefined; onCurrentRowChange?: ((...args: any[]) => any) | undefined; "onUpdate:pagination"?: ((...args: any[]) => any) | undefined; onPaginationChange?: ((...args: any[]) => any) | undefined; onRowClick?: ((...args: any[]) => any) | undefined; onRowDblclick?: ((...args: any[]) => any) | undefined; onCellClick?: ((...args: any[]) => any) | undefined; onCellDblclick?: ((...args: any[]) => any) | undefined; }>, { paginationTeleported: boolean; paginationShowTotal: boolean; paginationShowSizes: boolean; paginationShowJumber: boolean; showRowNumber: boolean; selectionMode: boolean; currentRowMode: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & { PagetableColumnIndex: typeof PagetableColumnIndex; PagetableColumnString: typeof PagetableColumnString; PagetableColumnLink: typeof PagetableColumnLink; PagetableColumnNumber: typeof PagetableColumnNumber; PagetableColumnDate: typeof PagetableColumnDate; PagetableColumnSingleselect: typeof PagetableColumnSingleselect; PagetableColumnMultiselect: typeof PagetableColumnMultiselect; PagetableColumnButtongroup: typeof PagetableColumnButtongroup; PagetableCellButton: typeof PagetableCellButton; PagetableColumngroup: typeof PagetableColumngroup; PagetableColumnDiy: typeof PagetableColumnDiy; }; export default _default; export * from './Pagetable'; export { default as usePagetable } from './hooks/usePagetable';