import React from "react"; import type { Table } from "@tanstack/react-table"; interface BodyLoadingProps { readonly table: Table; } export declare function BodyLoading({ table }: BodyLoadingProps): React.JSX.Element; export {};