/// <reference types="react" />
declare const _default: {
    title: string;
    component: (props: any) => JSX.Element;
};
export default _default;
export declare const All: () => JSX.Element;
//# sourceMappingURL=02-Card.stories.d.ts.map