import React from 'react'; import type { FamilyReactProps } from './FamilyReactProps'; interface FmlIconProps { color?: string; flipRtl?: boolean; icon?: string; ios?: string; lazy?: boolean; md?: string; mode?: 'ios' | 'md'; name?: string; size?: string; src?: string; } export declare const FmlIcon: React.ForwardRefExoticComponent, "style" | "placeholder"> & React.RefAttributes>; export {};