import FoundManager from "ft3d/lib/display/core/FoundManager"; import React from "react"; import { FoundProps } from "../../props/FoundProps"; declare const FindAll: React.ForwardRefExoticComponent & { name: string | RegExp | ((name: string) => boolean); onLoad?: ((managers: Array) => void) | undefined; } & React.RefAttributes>; export default FindAll;