import './SharedFeatures.scss'; export declare class EndOverlay { static overlayClassName: string; static destroyIfExists: (plyrContainer?: HTMLElement) => void; static createIfNotExists: (plyrContainer?: HTMLElement) => HTMLDivElement; }