///
import type { IconType } from '../../types';
declare const _default: import("react").ForwardRefExoticComponent<{
type: IconType;
} & import("react-native").TextProps & {
name: string;
color?: string | undefined;
size: number;
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
} & {
theme?: {
[index: string]: string;
} | undefined;
} & {
typography?: any;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
export default _default;