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