import { View } from 'react-native'; import type { IconProps } from './types'; export declare const Icon: import("../../core/factory").PlatformBlocksComponent<{ props: IconProps; ref: View; }>;