import type { JSX } from '../../stencil-public-runtime';
import type { WebComponentInterface } from '../../internal/functional-components/generic-types';
import type { IconApi } from '../../internal/functional-components/icon/api';
export declare class KolIcon implements WebComponentInterface<IconApi> {
    private readonly ctrl;
    _icons: string;
    watchIcons(value?: string): void;
    _label: string;
    watchLabel(value?: string): void;
    componentWillLoad(): void;
    render(): JSX.Element;
}
