import { ComponentInterface } from '../../stencil-public-runtime'; export declare class SkeletonText implements ComponentInterface { /** * Width for the element to render at. */ width: string; /** * animate */ shouldAnimate: boolean; render(): any; }