import type { FC } from 'react'; import './index.less'; interface ChatRecordInputProps { value: string | undefined; handleChange: (value: string | undefined) => void; onFocus?: () => void; classname?: string; records: string[]; } export declare const ChatRecordInput: FC; export {}; //# sourceMappingURL=chat-record-input.d.ts.map