export declare const setTabBarItem: (args: { index?: number | undefined; text: string; iconPath: string; selectedIconPath: string; } & import("@hylid/types").AsyncCallback) => void; export default setTabBarItem; export declare const setTabBarItemAsync: (args?: ({ index?: number | undefined; text: string; iconPath: string; selectedIconPath: string; } & import("@hylid/types").AsyncCallback) | undefined) => Promise;