export declare enum ScreenSize { xs = "xs", sm = "sm", md = "md", lg = "lg", xl = "xl", xxl = "xxl" }