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