export type TableWindowProps = {

}

declare const TableWindow: React.ComponentType<TableWindowProps>;

export default TableWindow;