declare type State = {
    [key: string]: boolean;
};
declare const useMatchBreakpoints: () => State;
export default useMatchBreakpoints;
