/// <reference types="react" />
import { BoxProps } from '../../..';
declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"div", BoxProps>;
};
export default _default;
export declare function Default(args: BoxProps): JSX.Element;
export declare namespace Default {
    var args: {
        css: {
            backgroundColor: string;
            size: number;
        };
    };
}
export declare function AsProp(args: BoxProps): JSX.Element;
export declare namespace AsProp {
    var args: {
        as: string;
        css: {
            border: string;
            borderRadius: string;
            px: string;
            py: string;
        };
    };
}
//# sourceMappingURL=box.stories.d.ts.map