import React from 'react'; export type IconfontRendererProps = { name: string; size?: number; color?: string; style?: any; onPress?: () => void; testID?: string; accessibilityLabel?: string; }; declare const IconfontRenderer: React.FC; export default IconfontRenderer; //# sourceMappingURL=IconfontRenderer.d.ts.map