import { Meta, StoryObj } from '@storybook/react';
import { NotFound } from './NotFound';
declare const meta: Meta<typeof NotFound>;
export default meta;
type Story = StoryObj<typeof NotFound>;
export declare const Generic: Story;
export declare const UserNotFound: Story;
