interface TableLoadingStateProps {
    tableName: string;
}
export declare function TableLoadingState({ tableName }: TableLoadingStateProps): JSX.Element;
export {};
