import type { NoticePosition, UIInterface } from '../types'; declare const render: (it: UIInterface) => (text: string, pos?: NoticePosition, id?: string) => void; export default render; //# sourceMappingURL=Notice.d.ts.map