declare const CLASS_PREFIX = "md-toast-notification";
declare const STYLE: {
    wrapper: string;
    body: string;
    leadingVisual: string;
    content: string;
    closeButton: string;
    buttonGroup: string;
};
export { CLASS_PREFIX, STYLE };
