import type { TableColumnCtx } from '../table-column/defaults'; import type { TableHeaderProps } from '.'; export declare const convertToRows: (originColumns: TableColumnCtx[]) => TableColumnCtx[]; declare function useUtils(props: TableHeaderProps): { isGroup: import("vue").ComputedRef; toggleAllSelection: (event: Event) => void; columnRows: import("vue").ComputedRef[]>; }; export default useUtils;