import { StackProps } from '../../..';
declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"div", StackProps>;
    argTypes: {
        gap: {
            control: string;
            options: string[];
        };
        orientation: {
            control: string;
            options: string[];
        };
    };
};
export default _default;
export declare const Default: {
    (args: StackProps): JSX.Element;
    args: {
        gap: string;
        orientation: string;
    };
};
//# sourceMappingURL=stack.stories.d.ts.map