import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Label implements ComponentInterface { podcastTitle: string; trackTitle: string; render(): any; }