export const breakpoint: () => string export const isMobile: () => boolean export const isTablet: () => boolean export const isDesktop: () => boolean