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