export declare class PlayIcon {
    playIcon: SVGElement;
    constructor();
    private createPlayIcon;
}
