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