type AllowlistsHolder = {
    UI_THREAD_PROPS_WHITELIST: Record<string, boolean>;
    NATIVE_THREAD_PROPS_WHITELIST: Record<string, boolean>;
};
export declare const PropsAllowlists: AllowlistsHolder;
export {};
