import type { Plugin } from 'vite';
/**
 * This plugin is a workaround to inject some styles into the `<head>` of the iframe to
 * prevent the "no story" text from appearing breifly while the page loads in.
 *
 * It can be removed, and these styles placed back into the head,
 * when https://github.com/vitejs/vite/issues/6737 is closed.
 */
export declare function noFouc(): Plugin;
