import type { VueNode } from '@antdv/pro-utils'; import type { WithFalse } from '../../typing'; export interface GlobalFooterProps { links?: WithFalse>; copyright?: VueNode; prefixCls?: string; } export declare const GlobalFooter: import("vue").DefineSetupFnComponent;