export default interface IMediaQueryRule {
	name: string;
	value: string | null;
}
