import { type ITitleProps } from "./types.js"; /** * @alpha */ export declare function EditableTitle({ title, onTitleChanged }: ITitleProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EditableTitle.d.ts.map