import type { StoryObj } from '@storybook/react'; import { CardProps } from '../..'; declare const meta: { title: string; component: import("react").FC & { Header: React.FC; Image: React.FC; Content: React.FC; Actions: React.FC; }; tags: string[]; parameters: { layout: string; }; }; export default meta; type Story = StoryObj; export declare const CardDay: Story; export declare const CardDaySvg: Story; export declare const CardNight: Story;