import { SVGProps } from 'react';

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

export { Frax as default };
