import { WindowTableProps } from './core/types';
import { ReactElement } from 'react';
declare function WindowTableType<T>(props: WindowTableProps<T>): ReactElement<T>;
declare const _default: typeof WindowTableType;
export default _default;
