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