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