export declare const DSBannerName = "DSBanner"; export declare const BANNER_TYPES: { readonly INFO: "info"; readonly SUCCESS: "success"; readonly WARNING: "warning"; readonly DANGER: "danger"; }; export declare const BANNER_BODY_ID = "ds-banner-body"; export declare const DSBannerSlots: { readonly CONTAINER: "container"; readonly INNER_CONTAINER: "inner-container"; readonly CUSTOM_CONTAINER: "custom-container"; readonly TITLE: "title"; readonly SUBTITLE: "subtitle"; readonly ICON_CONTAINER: "icon-container"; readonly ACTION_LINK: "action-link"; readonly CLOSE_BUTTON: "close-button"; readonly LAYOUT: "layout"; readonly LIVE_REGION_PORTAL: "live-region-portal"; }; export declare const DSBannerDatatestid: { INNER_CONTAINER: string; ICON_CONTAINER: string; CONTAINER: string; CUSTOM_CONTAINER: string; TITLE: string; SUBTITLE: string; ACTION_LINK: string; CLOSE_BUTTON: string; LAYOUT: string; LIVE_REGION_PORTAL: string; };