import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface ContractIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function ContractIcon({ size, color, style, className, ...props }: ContractIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ContractIcon.d.ts.map