import { FieldInput } from "./FieldInput"; export declare class FieldCommon extends FieldInput { create(): void; protected setEvents(): void; }