import { Breakpoints } from '../theme'; export declare const BREAKPOINTS: Breakpoints; export declare const ELASTIC_BEZIER = "cubic-bezier(0.32, 2, 0.55, 0.27)"; export declare const LAYOUT_TRANSITION_SPRING: { type: string; damping: number; stiffness: number; };