import { ButtonConfigInterface } from '@cosmograph/ui'; import { Cosmograph } from "../../../cosmograph"; export declare class CosmographButton { private _button; constructor(_cosmograph: Cosmograph, targetElement: HTMLElement, userConfig?: ButtonConfigInterface); setConfig(userConfig?: ButtonConfigInterface): void; remove(): void; show(): void; hide(): void; } export type { ButtonConfigInterface as CosmographButtonConfigInterface };