import { SVGProps } from 'react';

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

export { Colossusxt as default };
