interface BrandProps { /** * Add a balancing effect to the globe */ animated?: boolean; /** * Monochromatic logo's color */ color?: string; /** * Logo's background color */ background?: string; /** * Logo's size */ size?: number | string; /** * Force the width of the logo to be the same as the height */ square?: boolean; } declare const __VLS_export: import('../../../node_modules/vue').DefineComponent & Readonly<{}>, { background: string; color: string; size: number | string; }, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;