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