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