import '@ui5/webcomponents-fiori/dist/ShellBarSpacer.js';
import type { CommonProps, Ui5DomRef } from '@ui5/webcomponents-react-base';
interface ShellBarSpacerAttributes {
}
interface ShellBarSpacerDomRef extends Required<ShellBarSpacerAttributes>, Ui5DomRef {
}
interface ShellBarSpacerPropTypes extends ShellBarSpacerAttributes, CommonProps {
}
/**
 * The `ShellBarSpacer` is an element, used for visual separation between the two content parts of the `ShellBar`.
 * **Note:** The `ShellBarSpacer` component is in an experimental state and is a subject to change.
 *
 * __Note:__ This is a UI5 Web Component! [ShellBarSpacer UI5 Web Component Documentation](https://ui5.github.io/webcomponents/components/fiori/ShellBarSpacer) | [Repository](https://github.com/UI5/webcomponents)
 *
 * @since [2.7.0](https://github.com/UI5/webcomponents/releases/tag/v2.7.0) of __@ui5/webcomponents-fiori__.
 * @abstract
 */
declare const ShellBarSpacer: import("react").ForwardRefExoticComponent<ShellBarSpacerPropTypes & import("@ui5/webcomponents-react-base").WithWebComponentPropTypes & import("react").RefAttributes<ShellBarSpacerDomRef>>;
export { ShellBarSpacer };
export type { ShellBarSpacerDomRef, ShellBarSpacerPropTypes };
