import '../../global/animate.min.css';
/**   A bubble chart is a variation of a scatter plot where the data points are replaced with bubbles. Each bubble represents an entity, and its size indicates a third variable in addition to the x and y coordinates.*/
declare const _default: {
    title: string;
    component: string;
    tags: string[];
    argTypes: {
        type: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        data: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        options: {
            control: string;
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        animation: {
            control: string;
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        animationDelay: {
            control: string;
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
        animationSpeed: {
            control: string;
            options: string[];
            description: string;
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: string;
                };
                category: string;
            };
        };
    };
};
export default _default;
/**   A bubble chart is a variation of a scatter plot where the data points are replaced with bubbles. Each bubble represents an entity, and its size indicates a third variable in addition to the x and y coordinates.*/
export declare const bubble: any;
