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

import { SharedProps } from "..";

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