import { SVGProps } from 'react';

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

export { Straks as default };
