import { type PropsWithChildren } from 'react'; import { type PageHeaderTitleRecipeVariants } from './PageHeaderTitle.css'; export type PageHeaderTitleProps = PageHeaderTitleRecipeVariants; export declare function PageHeaderTitle({ children, size }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare namespace PageHeaderTitle { var displayName: string; } //# sourceMappingURL=PageHeaderTitle.d.ts.map