import * as React from "react"; import { IconProps } from '../lib'; declare const DropSlash: (props: IconProps) => React.JSX.Element; export default DropSlash; //# sourceMappingURL=DropSlash.d.ts.map