import IconAntDesign from "react-native-vector-icons/AntDesign"; import IconFontAwesome5 from "react-native-vector-icons/FontAwesome5"; import { iconFontFamilyType } from "./icon.type"; export declare const getIconSet: (fontFamily?: iconFontFamilyType) => typeof IconAntDesign | typeof IconFontAwesome5;