import * as React from 'react';
import type { StatefulDataTableProps } from './types';
export declare function StatefulDataTable(props: StatefulDataTableProps): React.JSX.Element;
