import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgTriangleDown: (props: SVGProps) => React.JSX.Element; export default SvgTriangleDown; //# sourceMappingURL=TriangleDown.d.ts.map