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