import { SVGProps } from 'react';

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

export { AgorasTokens as default };
