/** @deprecated */
export declare function TemplateDynamic(): new (...args: any[]) => {
    [K in keyof any]: any[K];
};
declare const LiComponent_base: new (...args: any[]) => { [K in keyof any]: any[K]; };
/** @deprecated */
export declare abstract class LiComponent extends LiComponent_base {
}
export {};
