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