import type { SFCWithInstall } from '../_util/interface';
import Avatar from './avatar';
export { avatarProps } from './props';
export type { AvatarProps } from './props';
type AvatarType = SFCWithInstall<typeof Avatar>;
export declare const FAvatar: AvatarType;
export default FAvatar;