import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const StopIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default StopIcon;
