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