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