export declare const PLAY_STATE_LIST: string[];
export declare const SPEED: {
    label: string;
    value: number;
}[];
