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