import { Meta } from "@storybook/react";
import UIKitAvatar from "./Avatar";
import React from "react";
declare const meta: Meta<typeof UIKitAvatar>;
export declare const Avatar: React.FC;
export default meta;
