import { ComponentInterface, EventEmitter } from '../../stencil-public-runtime'; export declare class ButtonCta implements ComponentInterface { isMobilePlayer: boolean; label: string; link: string; appleLink: string; googleLink: string; highlight: boolean; ctaClick: EventEmitter; componentDidLoad(): void; render(): any; }