import type { ThemeProps } from "../defaultTheme";
import type { MediaQueryObject } from "./types";
declare const normalize: (mqObject: MediaQueryObject) => ({ theme }: ThemeProps) => string[] | null;
export default normalize;
