import { Meta, Story } from '@storybook/react/types-6-0'; import { CardProps } from './Card'; declare const _default: Meta; export default _default; /** * Use the playground to see different results */ export declare const Playground: Story;