import type * as CSS from 'csstype'; import type { GriffelStylesUnsupportedCSSProperties } from '@griffel/style-types'; type AllowedShorthandProperties = keyof Omit; export declare const shorthands: Partial>; export {};