import { h, JSX } from 'preact'; import { CSSDeclaration, TColumn } from '../../types'; export declare function TH(props: { index: number; column: TColumn; style?: CSSDeclaration; } & Omit, 'style'>): h.JSX.Element;