import type { AllowList } from './types'; /** * By default these are allowed in values of style objects. * * Some are functions while some are strings / numbers. * We rely on types to enforce appropriate usage beyond allow listing. */ export declare const defaultAllowedValues: AllowList; export { defaultAllowedDynamicKeys } from './default-allowed-dynamic-keys';