import { App, Plugin } from 'vue';

export type SFCWithInstall<T> = T & Plugin;
declare const _default: {
    ZDialog: globalThis.Component & {
        install: (app: App<any>, options?: Record<string | number | symbol, any> | undefined) => void;
    };
    ZDialogTip: SFCWithInstall<import('./src/dialog').IDialogTip>;
};
export default _default;
export * from './src/props';
