export declare const isColumnComplete: ({ editor, tablePath, colIndex }: { editor: any; tablePath: any; colIndex: any; }) => boolean;