import { SVGProps } from "react";
declare const SvgEject: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgEject;
