import { SVGProps } from 'react';

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

export { Electra as default };
