import { type ReactElement } from "react"; import { type ITitleProps } from "./types.js"; /** * @internal */ export declare function Title(props: ITitleProps): ReactElement; //# sourceMappingURL=Title.d.ts.map