declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../Card.types").CardProps>;
    subcomponents: {
        CardBody: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../../..").CardBodyProps>;
        CardFooter: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../../..").CardFooterProps>;
        CardHeader: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../../..").CardHeaderProps>;
    };
};
export default _default;
export declare const Default: () => JSX.Element;
//# sourceMappingURL=Card.stories.d.ts.map