import React from 'react';
import { ITableStandAloneV2 } from './types/table';
export declare const TableStandAlone: React.ForwardRefExoticComponent<ITableStandAloneV2 & {
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLDivElement>>;
