import { SVGProps } from 'react';

declare const RskInfrastructureFramework: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { RskInfrastructureFramework as default };
