import { AVATAR_OPTION, AVATAR_STATUS } from './options';
import { MarginType } from '../../../types/styleType';
type StyleType = {
    size: keyof typeof AVATAR_OPTION;
    status: keyof typeof AVATAR_STATUS;
} & MarginType;
export declare const AvatarStyle: ({ size, status, ...props }: StyleType) => import("@emotion/utils").SerializedStyles;
export {};
