import * as React from 'react';
import type { ChatBubbleProps } from './';
export declare const ChatFooterWithIcons: () => React.JSX.Element;
declare const _default: {
    tags: string[];
    title: string;
    component: import("flow-to-typescript-codemod").Flow.AbstractComponent<ChatBubbleProps, HTMLDivElement>;
    argTypes: {
        orientation: {
            description: string;
            control: {
                type: string;
            };
            options: ("left" | "right ")[];
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
            };
        };
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _Default: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
    args: {
        orientation: string;
    };
};
export declare const _WithUserMessage: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
    args: {
        orientation: string;
    };
};
export declare const _NoAnchor: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
};
export declare const _WithAvatar: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
    args: {
        orientation: string;
    };
};
export declare const _LoadingState: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
    args: {
        orientation: string;
    };
};
export declare const _DataState: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
    args: {
        orientation: string;
    };
};
export declare const _EmptySlot: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
    args: {
        orientation: string;
    };
};
export declare const _WithLongTextSlot: {
    (args: ChatBubbleProps): React.JSX.Element;
    storyName: string;
    args: {
        orientation: string;
    };
};
//# sourceMappingURL=ChatBubble.stories.d.ts.map