/** * Tailwind class strings for the notistack `SnackbarProvider` container slots * (its `classes` prop). `[&>div]` / `[&>div>div]` target notistack's internal * DOM: the per-anchor wrapper and each per-notification item inside it. */ export declare const headerHeight: { default: string; smallAndMedium: string; }; export declare const containerRoot: string; export declare const containerTopWithMargin = "mt-[4.5rem]"; //# sourceMappingURL=styles.d.ts.map