import React from 'react'; import type { IconProps } from './types'; /** * Icon — render-prop icon wrapper. * * Resolves color from the active theme when not explicitly supplied, and * forwards the accessibility label so screen readers can announce the icon. * * @example * } /> */ export declare const Icon: React.NamedExoticComponent; //# sourceMappingURL=Icon.d.ts.map