import type { NativeIconContentRefType } from './types'; import { nodeComponentMap } from './utils'; /** * Render svg data within in ```react-native-svg``` Symbol component */ export declare const NativeIconContent: import("react").NamedExoticComponent<(Omit & import("react").RefAttributes<{}> & { as?: keyof typeof nodeComponentMap; } & import("react-native-svg").GProps & { children?: import("react").ReactNode | undefined; }, "ref"> | Omit & import("react").RefAttributes<{}> & { as?: keyof typeof nodeComponentMap; } & import("react-native-svg").CommonPathProps & { children?: import("react").ReactNode | undefined; }, "ref"> | Omit & import("react").RefAttributes<{}> & { as?: keyof typeof nodeComponentMap; } & import("react-native-svg").SymbolProps & { children?: import("react").ReactNode | undefined; }, "ref">) & import("react").RefAttributes>;