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