import type { Meta, StoryObj } from '@storybook/react';
import { FooterCheckout } from '../FooterCheckout';
import { Footer } from './Footer';
declare const meta: Meta<typeof Footer>;
export default meta;
type Story = StoryObj<typeof Footer>;
export declare const PreLogin: Story;
export declare const PostLogin: Story;
export declare const Checkout: StoryObj<typeof FooterCheckout>;
