/** * Custom hook to detect media query matches */ export declare function useMediaQuery(query: string): boolean;