export declare enum SlotName {
    ITEM = "item",
    SEPARATOR = "separator",
    LINK = "link",
    SUB = "sub",
    SUB_TITLE = "sub-title",
    SUB_ITEMS = "sub-items"
}
export declare enum ElementType {
    LINK = "link",
    SEPARATOR = "separator"
}
//# sourceMappingURL=constants.d.ts.map