import React from 'react';
import { ITableStandAlone } from './types/table';
/**
 * @description
 * Table component is used to display data in a tabular format.
 */
export declare const TableStandAlone: React.ForwardRefExoticComponent<ITableStandAlone & React.RefAttributes<HTMLTableElement>>;
