///
import { PageHeaderBackButton, type PageHeaderBackButtonProps } from './@compound/PageHeaderBackButton';
import { PageHeaderDescription, type PageHeaderDescriptionProps } from './@compound/PageHeaderDescription';
import { PageHeaderRightSection, type PageHeaderRightSectionProps } from './@compound/PageHeaderRightSection';
import { PageHeaderTitle, type PageHeaderTitleProps } from './@compound/PageHeaderTitle';
import { PageHeaderTitleColumnSlot, type PageHeaderTitleColumnSlotProps } from './@compound/PageHeaderTitleColumnSlot';
import { PageHeaderTopSlot, type PageHeaderTopSlotProps } from './@compound/PageHeaderTopSlot';
export { PageHeaderTopSlot, PageHeaderTitleColumnSlot, PageHeaderRightSection, PageHeaderTitle, PageHeaderDescription, PageHeaderBackButton, };
export type { PageHeaderTopSlotProps, PageHeaderTitleColumnSlotProps, PageHeaderRightSectionProps, PageHeaderTitleProps, PageHeaderDescriptionProps, PageHeaderBackButtonProps, };
export declare const PageHeader: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, "children" | "variant"> & {
variant?: "default" | "settings" | undefined;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes> & {
TopSlot: typeof PageHeaderTopSlot;
TitleColumnSlot: typeof PageHeaderTitleColumnSlot;
RightSection: typeof PageHeaderRightSection;
Title: typeof PageHeaderTitle;
Description: typeof PageHeaderDescription;
BackButton: typeof PageHeaderBackButton;
};
//# sourceMappingURL=index.d.ts.map