import { ModelIcon } from "../../types"; import { SVGProps } from "react"; type Props = SVGProps & { icon: ModelIcon; }; declare const ResourceIcon: ({ icon, ref, ...props }: Props) => import("react/jsx-runtime").JSX.Element; export default ResourceIcon; //# sourceMappingURL=ResourceIcon.d.ts.map