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