export declare const CSS: {
    actionsEnd: string;
    bulletPointIcon: string;
    checkbox: string;
    checkboxContainer: string;
    checkboxLabel: string;
    checkmarkIcon: string;
    chevron: string;
    childrenContainer: string;
    iconStart: string;
    itemExpanded: string;
    nodeAndActionsContainer: string;
    nodeContainer: string;
};
export declare const SLOTS: {
    actionsEnd: string;
    children: string;
};
export declare const ICONS: {
    readonly blank: "blank";
    readonly bulletPoint: "bullet-point";
    readonly checkmark: "check";
    readonly checkSquareF: "check-square-f";
    readonly chevronRight: "chevron-right";
    readonly minusSquareF: "minus-square-f";
    readonly square: "square";
};
