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