import { SVGProps } from 'react';

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

export { Vite as default };
