interface Props { label: string; class?: string; } declare const StatusLabel: import("svelte").Component; type StatusLabel = ReturnType; export default StatusLabel;