import type { IAttachableProps } from '../../../Behaviors/Attachable'; import type { IDisableableProps } from '../../../Behaviors/Disableable'; import type { IVariantableProps } from '../../../Behaviors/Variantable'; /** * Represents the `IPatternElementProps` interface. * * @public */ export interface IPatternElementProps extends IDisableableProps, IAttachableProps, IVariantableProps { } //# sourceMappingURL=IPatternElementProps.d.ts.map