interface UseBottomControlButtonsHook { showControls?: boolean; hasStarted?: boolean; } export declare const useBottomControlButtonsHook: () => UseBottomControlButtonsHook; export {};