/// interface FiconProps { image?: any; children?: any; } export declare const FIcon: ({ image, children }: FiconProps) => JSX.Element; export {}; //# sourceMappingURL=Ficon.d.ts.map