import { AppleButtonProps } from "../AppleButton/AppleButton.interface"; export declare class AppleButtonObject { get button(): HTMLElement; get buttonText(): HTMLElement; clickButton(): Promise; get logo(): HTMLElement | null; render(props?: Partial): this; }