import { Preview } from "@storybook/react";

//#region src/preview.d.ts
declare const preview: Preview;
export = preview;