import type { IOrientableProps } from '../../../Behaviors/Orientable'; /** * Represents the `IActionbarSeparatorElementProps` interface. * * @public */ export interface IActionbarSeparatorElementProps extends IOrientableProps { } //# sourceMappingURL=IActionbarSeparatorElementProps.d.ts.map