import { ConfigPlugin } from "expo/config-plugins"; import { ConfigData } from "./types"; /** Copies TV Icon image to the Android resources drawable folders. If image does not exist, throw an exception. */ export declare const withTVAndroidIconImage: ConfigPlugin;