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