import { MQ } from './style'; /** Checks whether or not a media query boolean prop `MQ` is set to `true` for a given breakpoint */ export declare const checkBreakpointProp: (prop: MQ, currentBreakpoint: string) => boolean; //# sourceMappingURL=check-breakpoint-prop.d.ts.map