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