import { TermText } from '../elements/TermText'; export declare class TermButton extends TermText { doesSubmit: boolean; constructor(); }