import './neon.scss'; import type { Envelope } from '../../types'; export declare const neonTheme: { render: (envelope: Envelope) => string; };