// Type definitions for @kiwicom/orbit-components
// Project: http://github.com/kiwicom/orbit

import { SharedProps } from "..";

declare const TableHead: React.FunctionComponent<SharedProps>;
export { TableHead, TableHead as default };
