import type { IInsetableProps } from '../../../Behaviors/Insetable'; /** * Represents the `IPageHeaderElementProps` interface. * * @public */ export interface IPageHeaderElementProps extends IInsetableProps { text: string; } //# sourceMappingURL=IPageHeaderElementProps.d.ts.map