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