import Message from './message'; import { MessageProps } from './message.type'; import type { MessageOptions } from './func.type'; export declare const destroy: (position: string) => void; interface Params { position: string; container?: (() => HTMLElement) | HTMLElement; rootClassName?: string; jssStyle: MessageProps['jssStyle']; classNames?: MessageOptions['classNames']; styles?: MessageOptions['styles']; } export declare function getComponent(params: Params): Promise; export default Message; //# sourceMappingURL=manager.d.ts.map