import { WithStyle } from '@medly-components/utils'; import { AvatarProps } from './types'; import type { FC } from 'react'; export declare const Avatar: FC & WithStyle;