interface CompanionNameInputProps { value: string; onChange: (value: string) => void; maxLength?: number; } export declare function CompanionNameInput({ value, onChange, maxLength, }: CompanionNameInputProps): import("react").JSX.Element; export {}; //# sourceMappingURL=CompanionNameInput.d.ts.map