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 SignedOut: import("svelte").Component<$$ComponentProps, {}, "">; type SignedOut = ReturnType; export default SignedOut; //# sourceMappingURL=SignedOut.svelte.d.ts.map