import { SVGProps } from 'react';

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

export { Asch as default };
