/**
 * @description returns true if container's size is greater than given breakpoint
 */
export declare const greater: (BREAKPOINTS: Record<string, number>, containerEl: HTMLElement | null, direction?: 'horizontal' | 'vertical') => (breakpoint: string) => boolean;
//# sourceMappingURL=greater.d.ts.map