/// export declare const onClickMock: jest.Mock; export declare class FABObject { render(): this; get toggleButton(): HTMLElement; get buttons(): HTMLElement[]; get FABItems(): HTMLElement[]; toggleMenu(): void; clickAt(button: HTMLElement): void; }