import IFoundManager from "ft3d/lib/interface/IFound"; import React from "react"; export type FoundProps = Partial & { children?: React.ReactNode; };