import { SVGProps } from 'react';

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

export { SirinLabsToken as default };
