import { type ComponentType } from "react"; /** * @alpha */ export interface ITitleProps { title: string; onTitleChanged?: (newTitle: string) => void; } /** * @alpha */ export type CustomTitleComponent = ComponentType; //# sourceMappingURL=types.d.ts.map