import { type ReactNode } from "react"; /** * @alpha */ export interface ILandingTitleProps { children: ReactNode; } /** * Default implementation of the LandingTitle slot. * * @alpha */ export declare function DefaultLandingTitle({ children }: ILandingTitleProps): import("react/jsx-runtime").JSX.Element; /** * Default implementation of the LandingTitleAscent slot. * * @alpha */ export declare function DefaultLandingTitleAscent({ children }: ILandingTitleProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LandingTitle.d.ts.map