///
export type PageHeaderTitleColumnSlotOwnProps = {
className?: string;
rightSlot?: React.ReactNode;
};
export type PageHeaderTitleColumnSlotProps = React.PropsWithChildren;
export declare function PageHeaderTitleColumnSlot({ children, className, rightSlot }: PageHeaderTitleColumnSlotProps): import("react/jsx-runtime").JSX.Element;
export declare namespace PageHeaderTitleColumnSlot {
var displayName: string;
}
//# sourceMappingURL=PageHeaderTitleColumnSlot.d.ts.map