import type { ISlottableProps } from '../../../Behaviors/Slottable'; import type { IThemeableProps } from '../../../Behaviors/Themeable'; /** * Represents the `IPortalHostElementProps` interface. * * @public */ export interface IPortalHostElementProps extends IThemeableProps, ISlottableProps { name: string; } //# sourceMappingURL=IPortalHostElementProps.d.ts.map