import * as React from 'react'; import type { ViewerKey } from '../../types/dbTypes'; export declare const handleChangeViewer: (viewer: ViewerKey, setSelectedItem: React.Dispatch>, setSelectedSite: React.Dispatch>, setSelectedFile: React.Dispatch>, setView: React.Dispatch>, menusDispatch: any) => void; interface AppSidebarProps { children?: React.ReactNode; signOut: (options?: { redirectTo?: string; redirect?: boolean; }) => Promise; } export declare function AppSidebar({ children, signOut }: AppSidebarProps): React.JSX.Element; export {}; //# sourceMappingURL=AppSidebar.d.ts.map