import type { NeoLabelProps } from './neo-label.model.js';
declare const NeoLabel: import("svelte").Component<NeoLabelProps, {}, "ref" | "containerRef">;
type NeoLabel = ReturnType<typeof NeoLabel>;
export default NeoLabel;
