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