import type { InstantSchemaDef } from '@instantdb/core'; import type { InstantSvelteDatabase } from './InstantSvelteDatabase.svelte.js'; import type { Snippet } from 'svelte'; type $$ComponentProps = { db: InstantSvelteDatabase>; children: Snippet; }; declare const SignedIn: import("svelte").Component<$$ComponentProps, {}, "">; type SignedIn = ReturnType; export default SignedIn; //# sourceMappingURL=SignedIn.svelte.d.ts.map