export interface UseQueryProps {
    breakpoint?: string;
    below?: string;
    above?: string;
}
export declare function useQuery(props: UseQueryProps): string;
