import type * as CSS from 'csstype'; export type StyleWithCustomProps = CSS.Properties & CSS.PropertiesHyphen & Record<`--${string}`, string | number | undefined>;