/** * Scalar Menu Team Profile component * * Displays a team avatar and label. Shows the team image if available, * otherwise falls back to the first letter of the label or a default icon. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ src?: string; label?: string; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ src?: string; label?: string; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarMenuTeamProfile.vue.d.ts.map