import { HTMLComponent } from "../HtmlComponent";
export declare class VariableOptionsSelectBtn extends HTMLComponent {
    selected: boolean;
    constructor(ParentComponent: HTMLComponent, callBack: (selected: boolean) => void);
    render(): this;
}
