import { ReactElement } from "react"; type InlineSVGProps = ReactElement; declare const inlineSvg: (svg: InlineSVGProps) => string; export type { InlineSVGProps }; export default inlineSvg; //# sourceMappingURL=inlineSvg.d.ts.map