import React from 'react'; import { IAvatarPanelProps } from '../../../types'; declare const AvatarPanel: (props: IAvatarPanelProps) => React.ReactElement; export default AvatarPanel;