export interface UseMatchMediaProps {
    media: string;
}
export declare function useMatchMedia({ media }: UseMatchMediaProps): boolean;
