import { Svg } from 'react-native-svg'; import type { IconComponentCoreProps } from '../common/types'; import type { NativeIconBaseProps, NativeIconRefType } from './types'; export declare const NativeIcon: import("react").MemoExoticComponent<{ (props: IconComponentCoreProps): import("react").CElement, Svg> | null; displayName: string; }>;