import { LANGUAGE_TYPES } from "../../managers/language/constants";
export declare class SlButtonGroupHorizontal {
    el: HTMLSlButtonGroupHorizontalElement;
    private timeout;
    /** Change color of the icon more */
    iconColorClass: string;
    /** Internal language coming from lang html attribute */
    language: LANGUAGE_TYPES;
    /** list of hidden button */
    hiddenSdxButtons: HTMLElement[];
    constructor();
    componentDidLoad(): void;
    disconnectedCallback(): void;
    private startCheckButtonsFit;
    private checkButtonsFit;
    render(): any;
}
