import type { InstallType, MessageFn, MessageFnWithType } from '../_interface';
export declare const FNotification: InstallType<MessageFn & Partial<MessageFnWithType>>;
export * from './src/interface.d';
