export interface Props { flex?: boolean; title?: string; color?: string; mode?: string; link?: boolean; position?: 'left' | 'center'; } declare function __VLS_template(): { left?(_: {}): any; title?(_: {}): any; title?(_: {}): any; title?(_: {}): any; icon?(_: {}): any; icon?(_: {}): any; tip?(_: {}): any; content?(_: {}): any; default?(_: {}): any; floatFn?(_: {}): any; right?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent any; back: () => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClick?: () => any; onBack?: () => any; }>, { mode: string; color: string; flex: boolean; position: "left" | "center"; link: boolean; title: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };