export default interface IMediaQueryRule {
    name: string;
    value: string | null;
}
//# sourceMappingURL=IMediaQueryRule.d.ts.map