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