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 declare const genNotificationPlacementStyle: GenerateStyle; //#endregion export { genNotificationPlacementStyle as default };