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