import type { PlanPartProps as RegistryPlanPartProps } from '../../../../registry/chat/plan-part'; export type PlanPartProps = Omit; export declare function PlanPart(props: PlanPartProps): import("react/jsx-runtime").JSX.Element; export declare namespace PlanPart { var displayName: string; } export declare const AgentPlanCard: typeof PlanPart; export type AgentPlanCardProps = PlanPartProps;