import type { NeoSkeletonContainerProps } from './neo-skeleton-container.model.js';
declare const NeoSkeletonContainer: import("svelte").Component<NeoSkeletonContainerProps, {}, "ref" | "context">;
type NeoSkeletonContainer = ReturnType<typeof NeoSkeletonContainer>;
export default NeoSkeletonContainer;
