import { Theme } from '@leapchat.io/schemas'; type Props = { theme: Theme; }; export declare const LoadingChunk: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=LoadingChunk.d.ts.map