interface PromptInputProps { placeholder?: string; maxLength?: number; charCount?: number; } /** * Textarea for entering companion system prompt or personality description. * Supports react-hook-form register() via forwardRef. */ export declare const PromptInput: import('react').ForwardRefExoticComponent>; export {}; //# sourceMappingURL=PromptInput.d.ts.map