import IEventInit from '../IEventInit.cjs'; export default interface IMediaQueryListInit extends IEventInit { matches?: boolean; media?: string; } //# sourceMappingURL=IMediaQueryListInit.d.ts.map