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