import { PureComponent } from "react"; import { PropsInterface } from "../../interfaces/interfaces/PropsInterface"; export interface TableCelInterfaceProps extends PropsInterface { } export declare class TableCel extends PureComponent { constructor(props: any); render(): JSX.Element; }