import { type EmptyObject } from '@augment-vir/common'; import { type DeclarativeElementDefinition } from 'element-vir'; export declare function renderElement>(elementDefinition: Definition, ...args: Definition['InputsType'] extends EmptyObject ? [] : [Definition['InputsType']]): Promise;