import { type ReactElement } from "react"; /** * This implementation of title keeps it out of sight and effectively disables it. * * @alpha */ export declare function HiddenTitle(): ReactElement | null; //# sourceMappingURL=HiddenTitle.d.ts.map