/**
 * @file Box AI sidebar title component
 * @author Box
 */
import * as React from 'react';
interface BoxAISidebarTitleProps {
    isAIStudioAgentSelectorEnabled?: boolean;
}
declare function BoxAISidebarTitle({ isAIStudioAgentSelectorEnabled }: BoxAISidebarTitleProps): React.JSX.Element;
export default BoxAISidebarTitle;
