import { SVGProps } from "react"; declare const Strong: (props: SVGProps) => JSX.Element; export default Strong;