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