import React from "react";
import { TableHeadProps } from "./types";
export declare const TableHead: React.MemoExoticComponent<({ children, size, stripped, ...props }: TableHeadProps) => JSX.Element>;
