import type { NeoIconProps } from './neo-icon.model.js';
declare const NeoIconWatchOff: import("svelte").Component<NeoIconProps, {}, "">;
type NeoIconWatchOff = ReturnType<typeof NeoIconWatchOff>;
export default NeoIconWatchOff;
