import type { AuthTemplateView } from './AuthTemplate.svelte'; import type { AuthAsideSide } from '../../organisms/AuthShell/AuthShell.svelte'; interface Props { view?: AuthTemplateView; asideSide?: AuthAsideSide; } declare const AuthTemplateStory: import("svelte").Component; type AuthTemplateStory = ReturnType; export default AuthTemplateStory;