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