import { Button } from "@/components/ui/button"; import { ArrowUpRight, SlidersHorizontal } from "lucide-react"; const PRICING_OVERRIDES_DOCS_URL = "https://docs.getbifrost.ai/features/governance/custom-pricing"; interface PricingOverridesEmptyStateProps { onCreateClick: () => void; } export function PricingOverridesEmptyState({ onCreateClick }: PricingOverridesEmptyStateProps) { return (