import type { Ref } from "vue"; import type { TableProps } from "ant-design-vue"; import type { NTableProps } from "./table-types"; import type { TableHelper } from "../table-helper"; import type { ColumnType } from "ant-design-vue/lib/table/interface"; import type { GetRowKey } from "ant-design-vue/lib/vc-table/interface"; export declare function useShowNumber(pagination: Ref, showNO: Ref, columns: Ref["columns"]>, rowKey: Ref>, childrenColumnName: Ref): { numberColumn: import("vue").ComputedRef>; };