import { JSX } from '../../../stencil-public-runtime'; import { GuxCloudLogoLayout, GuxCloudLogoType } from './gux-cloud-logo.types'; export declare class GuxCloudLogo { private i18n; root: HTMLElement; type: GuxCloudLogoType; layout: GuxCloudLogoLayout; componentWillLoad(): Promise; private get viewBox(); render(): JSX.Element; private renderPaths; }