/// <reference types="react" />
declare const withBreakpoints: (WrappedComponent: any) => {
    (props: any): JSX.Element;
    displayName: string;
};
export default withBreakpoints;
