export declare enum EntityCollectionSlotName {
    DEFAULT = "default",
    BODY = "body",
    ITEM = "item",
    ITEM_ACTIONS = "itemActions",
    ITEM_ACTIONS_EXTRA = "itemActionsExtra",
    HEADER = "header",
    HEADER_SEARCH = "headerSearch",
    HEADER_SEARCH_ICON = "headerSearchIcon",
    HEADER_TITLE = "headerTitle",
    HEADER_TITLE_ICON = "headerTitleIcon",
    FOOTER = "footer",
    NO_MORE = "noMore",
    LOADING = "loading"
}
//# sourceMappingURL=constants.d.ts.map