import type { GriffelStyle } from '@griffel/style-types'; export declare function warnAboutUnsupportedProperties(property: string, value: GriffelStyle[keyof GriffelStyle]): void;