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