import { ReactElement } from 'react';
export declare const BottomBarLeftControls: (() => ReactElement) & {
    displayName: string;
};
