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