import type { ButtonOptions } from "../typings/Button";
export declare class Button {
    constructor(options: ButtonOptions);
}
