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