import { FC } from 'react'; export interface TableLoadingPanelProps { portal?: HTMLElement | boolean; } export declare const TableLoadingPanel: FC;