import { ProjectAnnotations } from '@storybook/types';
import { Renderer } from '@storybook/types';

/**
 * Note: if you want to use JSX in this file, rename it to `preview.tsx`
 * and update the entry prop in tsup.config.ts to use "src/preview.tsx",
 */
declare const preview: ProjectAnnotations<Renderer>;
export default preview;

export { }
