export declare class InputDef {
    /**
     * The property to display
     */
    input: {
        [key: string]: any;
    };
    render(): any[];
}
