import type { PropertiesHyphen } from "csstype"; declare function styleObjectToString(styleObject: PropertiesHyphen): string; export { styleObjectToString };