/// import { IconProps } from './types'; export declare const StopIcon: ({ color, ...props }: IconProps) => JSX.Element; export default StopIcon;