import { Theme } from '@/schemas'; type Props = { theme: Theme; }; export declare const LoadingChunk: (props: Props) => import("solid-js").JSX.Element; type ErrorProps = { theme: Theme; message: string | undefined; }; export declare const ErrorChunk: (props: ErrorProps) => import("solid-js").JSX.Element; export declare const ConnectingChunk: () => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=LoadingChunk.d.ts.map