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