import { BeastGridConfig } from '../../common'; export declare function Loader({ sorting, top, maxHeight }: { sorting?: boolean; top?: number; maxHeight?: number; }): import("react/jsx-runtime").JSX.Element; export default function LoaderLayer({ config }: { config: BeastGridConfig; }): import("react/jsx-runtime").JSX.Element | null;