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