interface Props { label?: string | undefined | null; hint?: string; name?: string; class?: string; } declare const SLabelHint: import("svelte").Component; type SLabelHint = ReturnType; export default SLabelHint;