type $$ComponentProps = { tone?: 'info' | 'success' | 'warning' | 'error' | 'neutral'; title?: string; }; declare const CalloutStory: import("svelte").Component<$$ComponentProps, {}, "">; type CalloutStory = ReturnType; export default CalloutStory;