import type { ITextFormattableProps } from '../../../Behaviors/TextFormattable'; /** * Represents the `ICommentElementProps` interface. * * @public */ export interface ICommentElementProps extends ITextFormattableProps { author: string; at: string; content: string; } //# sourceMappingURL=ICommentElementProps.d.ts.map