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