import { ICustomGoogleAnalyticsConfig } from '@progleasing/grit-universal-analytics'; export declare class GritSkipLink { host: HTMLGritWcSkiplinkElement; /** * It's the custom event to be passed into the `GoogleAnalytics.getInstance().pushCustomEvent()` function. */ analyticsCustomObj: ICustomGoogleAnalyticsConfig; /** * If it is set to false, no event will be pushed into Google Analytics. */ analyticsEnabled: boolean; isVisible: boolean; componentWillLoad(): void; render(): any; private registerCustomHandlers; private handleGoogleAnalyticEvent; }