import type { VueNode } from '@antdv/pro-utils'; import type { ExtractPublicPropTypes, Ref, VNode } from 'vue'; import type { AppItemProps, AppListProps } from './types'; export declare function defaultRenderLogo(logo: VueNode | (() => VueNode)): VueNode; export declare const appsLogoComponentProps: { readonly appList: import("@antdv/pro-utils").VueTypeValidateDef>; readonly appListRender: import("@antdv/pro-utils").VueTypeValidateDef<(props: AppListProps, defaultDom: VNode) => VueNode, import("@antdv/pro-utils").ValidatorFunction<(props: AppListProps, defaultDom: VNode) => VueNode>>; readonly onItemClick: import("@antdv/pro-utils").VueTypeValidateDef<(item: AppItemProps, popoverRef?: Ref) => void, import("@antdv/pro-utils").ValidatorFunction<(item: AppItemProps, popoverRef?: Ref) => void>>; readonly prefixCls: StringConstructor; }; export type AppsLogoComponentProps = ExtractPublicPropTypes; export declare const AppsLogoComponents: import("vue").DefineComponent>; readonly appListRender: import("@antdv/pro-utils").VueTypeValidateDef<(props: AppListProps, defaultDom: VNode) => VueNode, import("@antdv/pro-utils").ValidatorFunction<(props: AppListProps, defaultDom: VNode) => VueNode>>; readonly onItemClick: import("@antdv/pro-utils").VueTypeValidateDef<(item: AppItemProps, popoverRef?: Ref) => void, import("@antdv/pro-utils").ValidatorFunction<(item: AppItemProps, popoverRef?: Ref) => void>>; readonly prefixCls: StringConstructor; }>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; readonly appListRender: import("@antdv/pro-utils").VueTypeValidateDef<(props: AppListProps, defaultDom: VNode) => VueNode, import("@antdv/pro-utils").ValidatorFunction<(props: AppListProps, defaultDom: VNode) => VueNode>>; readonly onItemClick: import("@antdv/pro-utils").VueTypeValidateDef<(item: AppItemProps, popoverRef?: Ref) => void, import("@antdv/pro-utils").ValidatorFunction<(item: AppItemProps, popoverRef?: Ref) => void>>; readonly prefixCls: StringConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;