interface Props {
    class?: string;
    size?: number | string;
}
declare const DeleteIcon: import("svelte").Component<Props, {}, "">;
type DeleteIcon = ReturnType<typeof DeleteIcon>;
export default DeleteIcon;
//# sourceMappingURL=DeleteIcon.svelte.d.ts.map