/** * The LeafyGreen system icons are a clear and concise set of glyphs designed to be minimal in form and express a variety of use-cases for all digital products. */ export declare const Icon: { ({ glyph, ...rest }: import("./createIconComponent").IconProps): import("react").JSX.Element; displayName: string; isGlyph: boolean; }; //# sourceMappingURL=Icon.d.ts.map