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