import { ComponentWrapper as ComponentWrapperComponent } from "lib";
declare const _default: {
    title: string;
    component: typeof ComponentWrapperComponent;
    args: {
        draggedOver: boolean;
        editable: boolean;
        isSelected: boolean;
        isHovered: boolean;
        counter: number;
    };
    argTypes: {
        counter: {
            name: string;
            control: {
                type: string;
            };
        };
        status: {
            name: string;
            options: string[];
            control: {
                type: string;
            };
        };
    };
};
export default _default;
export declare function ComponentWrapper(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ComponentWrapper.stories.d.ts.map