import type { DefineComponent } from 'vue'; export declare const FooterToolbar: DefineComponent<{ /** * 额外信息,向左对齐 */ extra?: string; }>