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