export interface ReactConfigOptions {
    dev: boolean | undefined;
    jsxRuntime: 'classic' | 'automatic' | undefined;
    jsxImportSource: string | undefined;
}
