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