import { NotificationToken } from "./index.js"; import { GenerateStyle } from "../../theme/interface/index.js"; import "../../theme/internal.js"; import { CSSObject } from "@antdv-next/cssinjs"; //#region src/notification/style/placement.d.ts /** Wrap placement styles under the component root selector. */ declare const genNotificationPlacementStyle: GenerateStyle; //#endregion export { genNotificationPlacementStyle as default };