import installer from './defaults'; export * from '@hd-front-end/element-plus/es/components'; export * from '@hd-front-end/element-plus/es/constants'; export * from '@hd-front-end/element-plus/es/directives'; export * from '@hd-front-end/element-plus/es/hooks'; export * from './make-installer'; export declare const install: (app: App, options?: any) => void; export declare const version: string; export default installer; export { default as dayjs } from 'dayjs';