import { PropsWithChildren } from 'react'; import { Meta } from '@storybook/react'; import { CardProps } from './Card'; declare const _default: Meta>; export default _default; export declare const CardExample: import('storybook/internal/csf').AnnotatedStoryFn>; export declare const WithNotification: import('storybook/internal/csf').AnnotatedStoryFn>; export declare const WithChildren: import('storybook/internal/csf').AnnotatedStoryFn>;