import React from 'react'; import { IconProps } from './Icon'; export declare type IconShapeProps = Omit & { active?: boolean; shape?: 'circle' | 'squircle'; gradient?: string[]; cutout?: boolean; shapeColor?: string; }; export declare const IconShape: React.MemoExoticComponent<({ shape, gradient, size, cutout, background, shapeColor, name, ...props }: IconShapeProps) => JSX.Element>; //# sourceMappingURL=IconShape.d.ts.map