import React from 'react'; type ArrowRightFromLineProps = React.SVGProps & { width?: number; height?: number; fill?: string; }; export declare const ArrowRightFromLine: ({ width, height, fill, ...props }: ArrowRightFromLineProps) => import("react/jsx-runtime").JSX.Element; export default ArrowRightFromLine; //# sourceMappingURL=ArrowRightFromLine.d.ts.map