import * as React from 'react'; import type { HeadCellProps } from './types'; export declare const SortableHeadCellFactory: (CustomHeadCell?: React.ComponentType) => (props: HeadCellProps) => React.JSX.Element; declare const _default: (props: HeadCellProps) => React.JSX.Element; export default _default;