/** * @license * Copyright 2023 Nuraly, Laabidi Aymen * SPDX-License-Identifier: MIT */ /** * Toast component styles for the Hybrid UI Library * Using shared CSS variables from /src/shared/themes/ * * This file contains all the styling for the nr-toast component with * clean CSS variable usage without local fallbacks and proper theme switching support. */ export declare const styles: import("lit").CSSResult; //# sourceMappingURL=toast.style.d.ts.map