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