interface SidebarProps { hideControls?: boolean; hideHeader?: boolean; startSessionLabel?: string; } export declare function Sidebar({ hideControls, hideHeader, startSessionLabel, }: SidebarProps): import("react/jsx-runtime").JSX.Element; export {};