import { default as React } from 'react';
import { IconStyles } from './types';
interface StopIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const StopIcon: React.FC<StopIconProps>;
export default StopIcon;
//# sourceMappingURL=Stop.d.ts.map