import { ElementRef } from '@angular/core'; import { BooleanInput } from '@ohayojp/util'; export declare class GlobalFooterItemComponent { static ngAcceptInputType_blankTarget: BooleanInput; host: ElementRef; href: string; blankTarget: boolean; }