import type { AllowList } from './types'; /** * By default these are allowed as keys in style objects. * * For objects like `media` any of their descendant properties will also be allowed. */ export declare const defaultAllowedDynamicKeys: AllowList;