import type * as CSS from "csstype"; type CamelCaseStyleProperty = Exclude; export type Styles = CSS.PropertiesHyphen & Partial>; export {};