import type { JSX } from '../../stencil-public-runtime';
import type { AbbrAPI, AbbrStates, LabelPropType } from '../../schema';
export declare class KolAbbr implements AbbrAPI {
    private abbrRef?;
    private readonly tooltipCtrl;
    private readonly setAbbrRef;
    render(): JSX.Element;
    _label?: LabelPropType;
    state: AbbrStates;
    validateLabel(value?: LabelPropType): void;
    componentWillLoad(): void;
    componentDidRender(): void;
    disconnectedCallback(): void;
}
