import { JSX } from '../../../stencil-public-runtime'; export declare class GuxLink { private root; size: 'medium' | 'small'; standalone: boolean; componentWillLoad(): void; private checkBreadcrumbParent; render(): JSX.Element; }