import clsx from "clsx"; export function LoadingSignal({ title, description, compact = false, }: { title: string; description?: string; compact?: boolean; }) { return (