import { type RuntimeNodePropsResolver } from '@ankhorage/runtime'; import type { ThirdPartyComponentSupport } from './interactionPolicyCore.js'; export interface StudioInteractionPolicyResolverArgs { readonly previewMode: boolean; readonly thirdPartySupport?: ThirdPartyComponentSupport; readonly existingResolver?: RuntimeNodePropsResolver; } export declare function createStudioInteractionPolicyResolver(args: StudioInteractionPolicyResolverArgs): RuntimeNodePropsResolver; //# sourceMappingURL=interactionPolicy.d.ts.map