import { WithStyle } from '@medly-components/utils'; import { Props } from './types'; import type { FC } from 'react'; export declare const Component: FC; export declare const HeadCell: FC & WithStyle;