import { Any, Options } from "../../../types";
/**
 * Matches values that are greater than a specified value.
 */
export declare const $gt: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;
