import { SideBarProps } from './type'; declare const SideBar: { ({ onClickPhoto, ...props }: SideBarProps): import("react/jsx-runtime").JSX.Element; defaultProps: { photoURL: any; sections: any[]; bottomContent: any[]; }; }; export default SideBar; //# sourceMappingURL=index.d.ts.map