import React from 'react';
import type { IconProps } from './type';
/**
 * @deprecated This component is deprecated.
 *
 * Please use `import { Icon } from '@/ui/core/icon/icon';`
 *
 * Why: This component lacks PRO icons support.
 */
export declare const Icon: React.FC<IconProps>;
//# sourceMappingURL=icon.d.ts.map