declare const HopperRootCssClass = "hop"; declare const StyledSystemRootCssClass = "hop-5-3-9"; declare const HopperVariablePrefix = "--hop"; type Theme = "sharegate" | "workleap"; export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass, type Theme };