export interface UsageAlertAppOption { id: string; label: string; } interface UsageAlertsPanelProps { scope: "user" | "workspace"; appOptions?: UsageAlertAppOption[]; } export declare function UsageAlertsPanel({ scope, appOptions, }: UsageAlertsPanelProps): import("node_modules/@types/react").JSX.Element; export {}; //# sourceMappingURL=usage-alerts-panel.d.ts.map