import type { Control } from '../control'; import { BaseControl } from './base'; export declare class PlayControl extends BaseControl { id: string; placement: Control['placement']; protected build(): HTMLElement; } export default function createPlayControl(placement?: Control['placement']): Control; //# sourceMappingURL=play.d.ts.map