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