import { FC } from 'react'; import { AvatarProps } from './types'; export * from './types'; export declare const Avatar: FC; //# sourceMappingURL=index.d.ts.map