import type { Message, MessageOptionsWithCallBack } from './types'
export declare const defaultOptions: MessageOptionsWithCallBack
export declare function useMessage(selector?: string): Message
export declare const getMessageDefaultOptionKey: (selector: string) => string