declare const install_2: (app: {
    use: (arg0: any, arg1: any) => void;
    components: (arg0: string, arg1: any) => void;
}, options: any) => void;
export { install_2 as install }

declare const installDesigner_2: (app: {
    use: (arg0: any, arg1: any) => void;
    components: (arg0: string, arg1: any) => void;
}, options: any) => void;
export { installDesigner_2 as installDesigner }

declare const installRender_2: (app: {
    components: (arg0: string, arg1: any) => void;
}) => void;
export { installRender_2 as installRender }

export { }
