export interface StyleMediaFeature { token: string; tokenType?: string; operator?: string; value?: number; unit?: string; }