declare const MEDIUM_SCREEN_BREAKPOINT = 935; declare const SMALL_SCREEN_BREAKPOINT = 767; declare const XSMALL_SCREEN_BREAKPOINT = 560; export { MEDIUM_SCREEN_BREAKPOINT, SMALL_SCREEN_BREAKPOINT, XSMALL_SCREEN_BREAKPOINT };