/// <reference types="react" />
import { Meta } from '@storybook/react/types-6-0';
declare const _default: Meta<import("@storybook/react/types-6-0").Args>;
export default _default;
export declare const WithLetter: any;
export declare const WithIcon: any;
export declare const WithImage: any;
export declare const WithBadge: {
    (args: any): JSX.Element;
    argTypes: {
        children: {
            control: string;
        };
    };
    args: {
        src: string;
        alt: string;
    };
};
