import { SVGProps } from 'react';

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

export { Elongate as default };
