import { PageTitleSection } from './PageTitleSection';

export type { PageTitleSectionProps } from './types';

export { toPageTitleFeatureItem } from './features';

export default PageTitleSection;
