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