import React from "react"; import "./index.scss"; import { useLoadModule } from "../../hooks/loaders"; export declare function API(props: { src: string; type: string; load: Parameters[0]; }): React.JSX.Element; //# sourceMappingURL=index.d.ts.map