export interface AgentAskPopoverProps { prompt: string; title?: string; label?: string; placeholder?: string; context?: string; className?: string; } /** A low-emphasis entry point for asking the agent without losing the current surface. */ export declare function AgentAskPopover({ prompt, title, label, placeholder, context, className, }: AgentAskPopoverProps): import("react").JSX.Element; //# sourceMappingURL=AgentAskPopover.d.ts.map