export declare function useMedia(query: string | {
    [key: string]: any;
}, defaultMatches?: boolean): boolean;
