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