import type { Breakpoints } from '../types';
declare const breakpoints: Breakpoints;
export default breakpoints;
