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