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