import { default as React } from 'react'; import { PairComponent, PairComponentProps, PairComponentControl } from '../types/pairComponent'; /** * Agent Creator Form Component * * This form allows creating a new AI agent with name, description, * system prompt, model selection, and optional tools. */ declare const AgentCreatorForm: React.ForwardRefExoticComponent>; /** * Agent Creator PairComponent Definition */ export declare const agentCreatorPair: PairComponent; export default AgentCreatorForm;