type $$ComponentProps = { status?: 'online' | 'offline' | 'busy' | 'away' | 'neutral'; size?: 'sm' | 'md' | 'lg'; pulse?: boolean; showLabel?: boolean; }; declare const StatusDotStory: import("svelte").Component<$$ComponentProps, {}, "">; type StatusDotStory = ReturnType; export default StatusDotStory;