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