import { Breakpoint } from "./sanitize";
export declare const fromBreakpointToMedia: (breakpoint: Breakpoint, strict?: boolean) => string;
