import type { JSX } from '../../stencil-public-runtime';
import type { AvatarProps } from '../../schema';
export declare class KolAvatar implements AvatarProps {
    render(): JSX.Element;
    _src?: string;
    _label: string;
}
