import type { ISlottableProps } from '../../../Behaviors/Slottable'; /** * Represents the `IContentElementProps` interface. * * @public */ export interface IContentElementProps extends ISlottableProps { readonly hasContent: boolean; } //# sourceMappingURL=IContentElementProps.d.ts.map