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