import type { AiAgent } from '@base/api';
type EmbedScriptSectionProps = {
    agent: AiAgent;
};
/**
 * Component for displaying the embed script section
 * Includes script header, URL field, color picker, and preview
 */
export declare const EmbedScriptSection: ({ agent }: EmbedScriptSectionProps) => import("react/jsx-runtime").JSX.Element;
export {};
