export function HostBinding(hostPropertyName?: string): PropertyDecorator { return (target: Object, propertyKey: string | symbol) => { }; }