import type { GriffelStaticStyle, GriffelStyle } from '@griffel/style-types'; export declare function cssifyObject(style: GriffelStyle | GriffelStaticStyle): string;