import { ConfigPlugin } from "expo/config-plugins"; type IconSet = Record; type IconSetProps = { ios?: string; android?: string; prerendered?: boolean; }; declare const withDynamicIcon: ConfigPlugin; export default withDynamicIcon;