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