interface UseBottomControlsHook { hasStarted?: boolean; } export declare const useBottomControlsHook: () => UseBottomControlsHook; export {};