import { SVGProps } from 'react';

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

export { Solana as default };
