import { IPandoraTableColumn, IPandoraTableSort } from '../types'; export declare const tableProps: { data: { type: PropType; default(): never[]; }; columns: { type: PropType[]>; default(): never[]; }; sortConfig: { type: PropType>; default(): {}; }; tableConfig: { type: PropType, "data" | "column">>>; default(): {}; }; };