import React from "react";
import { StoryFn } from "@storybook/react";
declare const _default: {
    title: string;
    component: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
        opts?: Partial<import("node_modules/embla-carousel/esm/components/Options").OptionsType> | undefined;
        plugins?: import("node_modules/embla-carousel/esm/components/Plugins").CreatePluginType<import("node_modules/embla-carousel/esm/components/Plugins").LoosePluginType, {}>[] | undefined;
        orientation?: "horizontal" | "vertical" | undefined;
        setApi?: ((api: import("embla-carousel").EmblaCarouselType | undefined) => void) | undefined;
    } & React.RefAttributes<HTMLDivElement>>;
    argTypes: {
        opts: {
            control: string;
        };
        plugins: {
            control: string;
        };
        orientation: {
            control: {
                type: string;
                options: string[];
            };
        };
        setApi: {
            action: string;
        };
        className: {
            control: string;
        };
        children: {
            control: string;
        };
        onKeyDownCapture: {
            action: string;
        };
    };
};
export default _default;
export declare const Horizontal: StoryFn;
export declare const Vertical: StoryFn;
