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