import type { SVGProps } from "react"; export interface DeleteIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function DeleteIcon({ className, size, color, ...props }: DeleteIconProps): import("react").JSX.Element; //# sourceMappingURL=delete-icon.d.ts.map