/// <reference types="react" />
import { HeadWrapperProps } from '../../ITable';
import './headWrapper.scss';
export default function RenderHeads({ children, style }: HeadWrapperProps): JSX.Element | null;
