/** * @name default-breackpoints.constants * @description Default breackpoints in responsive configuration. * * @author Manu Cutillas * @license MIT */ export declare const DEFAULT_BREACKPOINTS: { breakPoints: { xs: { max: number; }; sm: { min: number; max: number; }; md: { min: number; max: number; }; lg: { min: number; max: number; }; xl: { min: number; }; }; debounceTime: number; };