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