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