import { JSX } from '../../../stencil-public-runtime'; import { GuxCloudLogomarkVariant } from './gux-cloud-logomark.types'; export declare class GuxCloudLogomark { private i18n; root: HTMLElement; variant: GuxCloudLogomarkVariant; componentWillLoad(): Promise; render(): JSX.Element; }