import FoundManager from "lingo3d/lib/display/core/FoundManager"; import React from "react"; declare const Find: React.ForwardRefExoticComponent & { children?: React.ReactNode; } & { onLoad?: ((manager: FoundManager) => void) | undefined; } & React.RefAttributes>; export default Find;