export declare const presets: { horizontal: string; vertical: string; }; export declare const DisplayNames: { root: { elementDisplayName: string; presets: { horizontal: string; vertical: string; }; cssCustomProperties: { 'item-size': string; 'row-gap': string; 'column-gap': string; 'justify-content': string; }; data: { items: string; icon: string; link: string; }; actions: { manageItems: string; }; customActions: { orientation: string; }; displayGroups: { gapGroup: { displayName: string; }; iconsGroup: { displayName: string; }; }; }; }; export declare const DesignStates: { readonly root: { readonly hover: { readonly displayName: "Hover"; readonly className: "link-bar--hover"; }; }; }; export declare const ARIA_LABEL_NAMESPACE = "ariaLabels"; export declare const ARIA_LABEL_KEY = "LinkBar_AriaLabel_SocialBarContainer"; export declare const ARIA_LABEL_DEFAULT = "Social Bar"; export declare const FORMAT_PANEL_BI_PARAMS: { component_type: string; builder_type: string; panel_name: string; control_type: string; control_id: string; panel_builder: string; };