import type { IAlignableProps } from '../../../Behaviors/Alignable'; import type { IInsetableProps } from '../../../Behaviors/Insetable'; /** * Represents the `IPageContentElementProps` interface. * * @public */ export interface IPageContentElementProps extends IAlignableProps, IInsetableProps { fullWidth?: boolean; } //# sourceMappingURL=IPageContentElementProps.d.ts.map