import { ComponentType } from 'react'; import type { BreakpointKey, BreakpointsProps } from './breakpoints'; /** * HOC for providing breakpoints as props * Needs provider for `BreakpointsProps` */ export declare function withBreakpoints = BreakpointsProps>(Component: ComponentType

>): ComponentType>>; /** * Pass in the keys of your breakpoints as K */ export declare type WithBreakpointsProps = BreakpointsProps; //# sourceMappingURL=withBreakpoints.d.ts.map