import { ReactElement } from 'react';
export declare function BaseCell(baseCellInputProps: any): ReactElement;
export declare function StringInactiveCell(stringInactiveCellInputProps: any): ReactElement;
export declare function InactiveCell(inactiveCellInputProps: any): ReactElement;
export declare function BaseActiveCell<a>(baseActiveCellInputProps: any): ReactElement;
export declare function StringActiveCell(stringActiveCellInputProps: any): ReactElement;
export declare function OntologyAnnotationActiveCell(ontologyAnnotationActiveCellInputProps: any): ReactElement;
export declare function CompositeCellInactiveCell(compositeCellInactiveCellInputProps: any): ReactElement;
export declare function CompositeCellActiveCell(compositeCellActiveCellInputProps: any): ReactElement;
//# sourceMappingURL=TableCell.fs.d.ts.map