import type { KittenScientists } from "../../KittenScientists.js";
import { UiComponent } from "./UiComponent.js";
export declare class Delimiter extends UiComponent {
    readonly element: JQuery;
    /**
     * Constructs a `Delimiter`.
     *
     * @param host A reference to the host.
     * @param label The label on the fieldset.
     * @param options Options for the fieldset.
     */
    constructor(host: KittenScientists);
}
//# sourceMappingURL=Delimiter.d.ts.map