import { Input } from '../Input'; export declare class Button extends Input { constructor(value: string); toJSON(): any; }