export declare const colDataInfo: () => { id: string; colspan: number; rowspan: number; items: any[]; cellVisible: boolean; }; export declare const insertRightCol: (props: any, _type?: any, _allCol?: boolean) => void; export declare const insertBelowRow: (props: any, _type?: any) => void; export declare const tableCellOperation: (command: string, props: any) => void; export declare const tableAction: (props: any, buttonControl: any) => void;