import { PremiumFeature } from './premiumFeature';
export interface DeviceCategoryPremiumFeature extends PremiumFeature {
}
