import { MotiPressableInteractionIds } from './context'; type Id = MotiPressableInteractionIds['id']; type Deps = unknown[] | null | undefined; type Returns = { id: Id; factory: Factory; deps?: Deps; }; type HookName = 'useMotiPressableAnimatedProps' | 'useMotiPressable' | 'useMotiPressableTransition'; export declare function useFactory any>(hookName: HookName, factoryOrId: Factory | MotiPressableInteractionIds['id'], maybeFactoryOrDeps?: Factory | Deps, maybeDeps?: Deps): Returns; export {}; //# sourceMappingURL=use-validate-factory-or-id.d.ts.map