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