export default class HiddenField extends Field {
    get type(): string;
}
import Field from "./field";
