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