export declare class ArgDef {
    arg: {
        [key: string]: any;
    };
    render(): any[];
}
