type EndlessLoaderProps = { /** Mount the WebGL canvas inside this element. If omitted, a full-width host is rendered. */ container?: HTMLElement | null; }; export declare const EndlessLoader: ({ container }: EndlessLoaderProps) => import("react/jsx-runtime").JSX.Element | null; export {};