/**
 * This function determines whether or not a container's width is within two values.
 */
export declare const isWithinBreakpoint: (width: number, min: number, max?: number) => boolean | 0;
//# sourceMappingURL=isWithinBreakpoint.d.ts.map