import type { CSSObject } from '@ant-design/cssinjs';
import type { NotificationToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
/** Wrap placement styles under the component root selector. */
declare const genNotificationPlacementStyle: GenerateStyle<NotificationToken, CSSObject>;
export default genNotificationPlacementStyle;
