import { AnyObject, IPandoraTable } from '../types'; /** * * @param props table Props属性 * @returns */ export declare const useTableProps: (props: ExtractPropTypes<{ data: { type: PropType; default(): never[]; }; columns: { type: PropType[]>; default(): never[]; }; sortConfig: { type: PropType>; default(): {}; }; tableConfig: { type: PropType, "data" | "column">>>; default(): {}; }; }>) => { tableInstance: any; tableConfig: IPandoraTable; currentData: any; columnsProps: any; $sortService: import("../sort/sortService").SortService; handleHeaderClick: (column: any, e: any) => void; };