import { ComponentInterface } from '../../stencil-public-runtime'; export declare class PlayerChip implements ComponentInterface { chipFormat?: 'small' | 'normal' | 'big'; loading: boolean; playing: boolean; coverSrc: string; activateWaves: boolean; componentDidLoad(): void; render(): any; }