import React from 'react'

type Nothing = Record<never, never>

export declare const Controls: React.FC<Nothing>
export declare const Reset: React.FC<Nothing>
export declare const Pause: React.FC<Nothing>
export declare const Sound: React.FC<Nothing>
export declare const Carts: React.FC<Nothing>
export declare const Fullscreen: React.FC<Nothing>

export {}