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