/** * there is also an use-media module, use instead ? * be aware that every component using this will has its own listener. * maybe use context or something smart */ export declare function useMediaQuery(query: string): boolean;