import type { IStickableProps } from '../../../Behaviors/Stickable'; /** * Represents the `IChatMessageDividerElementProps` interface. * * @public */ export interface IChatMessageDividerElementProps extends IStickableProps { text: string; thickness: number; } //# sourceMappingURL=IChatMessageDividerElementProps.d.ts.map