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