export function adaptiveHeadingDriverFactory(base: any): {
    /** Get short version of text */
    getShortText: () => Promise<any>;
    /** Get long version of text */
    getText: () => Promise<any>;
    /** Get tagName */
    getAppearance: () => Promise<any>;
    exists: () => Promise<boolean>;
    element: () => Promise<any>;
    click: () => Promise<void>;
};
//# sourceMappingURL=AdaptiveHeading.uni.driver.d.ts.map