import type { Notify } from './snackbar.types'; declare const createNotify: (constructorComponent: any) => Notify; export default createNotify;