import type { HTMLElementProps } from '../types';
declare const Del: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Del = ReturnType<typeof Del>;
export default Del;
