import type { VueNode } from '@antdv/pro-utils'; import type { CSSProperties } from 'vue'; import type { WithFalse } from '../typing'; export interface FooterProps { links?: WithFalse>; copyright?: WithFalse; style?: CSSProperties; className?: string; prefixCls?: string; } declare const DefaultFooter: import("vue").DefineComponent & { default: false | (() => { key?: string; title: VueNode; href: string; blankTarget?: boolean; }[]); }; copyright: import("@antdv/pro-utils").VueTypeDef & { default: string | false; }; prefixCls: import("@antdv/pro-utils").VueTypeValidateDef>; }>, () => void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly & { default: false | (() => { key?: string; title: VueNode; href: string; blankTarget?: boolean; }[]); }; copyright: import("@antdv/pro-utils").VueTypeDef & { default: string | false; }; prefixCls: import("@antdv/pro-utils").VueTypeValidateDef>; }>> & Readonly<{}>, { links: false | { key?: string; title: VueNode; href: string; blankTarget?: boolean; }[]; copyright: string | false; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { DefaultFooter };