import * as React from "react"; import * as trcSheet from 'trc-sheet/sheet'; export declare class ColumnCheck extends React.Component<{ columnName: string; OnFound?: (ci: trcSheet.IColumnInfo) => any; }, {}> { static contextType: React.Context; render(): any; }