export declare const showTabBar: (args: { animation?: boolean | undefined; } & import("@hylid/types").AsyncCallback) => void; export default showTabBar; export declare const showTabBarAsync: (args?: ({ animation?: boolean | undefined; } & import("@hylid/types").AsyncCallback) | undefined) => Promise;