declare const useMediaQuery: (query: string | number) => boolean;

export { useMediaQuery };
