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