import * as React$1 from "react"; import * as react_jsx_runtime108 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as class_variance_authority_types7 from "class-variance-authority/types"; //#region ui/page-header.d.ts declare const headerVariants: (props?: ({ spacing?: "sm" | "lg" | "md" | null | undefined; } & class_variance_authority_types7.ClassProp) | undefined) => string; interface PageHeaderProps extends VariantProps { breadcrumb?: React$1.ReactNode; title: React$1.ReactNode; subtitle?: React$1.ReactNode; actions?: React$1.ReactNode; className?: string; } declare function PageHeader({ breadcrumb, title, subtitle, actions, spacing, className }: PageHeaderProps): react_jsx_runtime108.JSX.Element; //#endregion export { PageHeader, PageHeaderProps }; //# sourceMappingURL=page-header.d.ts.map