import { SVGProps } from 'react';

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

export { Strong as default };
