import type { FC } from 'react'; import type { AvatarProps as CoreAvatarProps } from 'twitch-core-ui'; import type { WithSquareSizeProps } from '../sc-mixins'; export declare type AvatarProps = WithSquareSizeProps>; export declare const Avatar: FC; //# sourceMappingURL=index.d.ts.map