import type { KittenScientists } from "../../../KittenScientists.js";
import { UiComponent, type UiComponentOptions } from "../UiComponent.js";
export declare class PaddingButton extends UiComponent {
    readonly element: JQuery;
    /**
     * Constructs an empty element that provides padding identical to an icon button.
     *
     * @param host - A reference to the host.
     * @param options - Options for this button.
     */
    constructor(host: KittenScientists, options?: Partial<UiComponentOptions>);
}
//# sourceMappingURL=PaddingButton.d.ts.map