import { FC } from 'react'; export declare const EditableText: FC<{ className?: string; value: string; placeholder?: string; onChange?: (v: string) => void; }>; //# sourceMappingURL=editable_text.d.ts.map