import { SVGProps } from 'react';

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

export { Pluton as default };
