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