/// <reference types="react" />
declare const InfoSvg: (props: {
    [otherOptions: string]: unknown;
}) => JSX.Element;
export default InfoSvg;
//# sourceMappingURL=InfoSvg.d.ts.map