import type { UserCardVariant } from './UserCard.svelte'; type $$ComponentProps = { example?: 'gallery' | 'single' | 'team'; variant?: UserCardVariant; }; declare const UserCardStory: import("svelte").Component<$$ComponentProps, {}, "">; type UserCardStory = ReturnType; export default UserCardStory;