import { UseMediaQueryOptions } from '@mantine/hooks'; import { MantineBreakpoint } from '../theme.types'; type UseMatchesInput = Partial>; export declare function useMatches(payload: UseMatchesInput, options?: UseMediaQueryOptions): T; export {};