import { ComponentInterface } from '../../stencil-public-runtime'; export declare class ContactButton implements ComponentInterface { componentDidLoad(): void; render(): any; }