import { NoticeConfig, NoticeInstance } from './types'; export declare function createNotice(): { info: (config: NoticeConfig) => NoticeInstance; };