import * as React from 'react'; import { BoxProps } from '../Box'; export declare type LocalTableHeadCellProps = {}; export declare type TableHeadCellProps = BoxProps & LocalTableHeadCellProps; export declare const TableHeadCell: React.ForwardRefExoticComponent & React.RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };