import { IVariantableProps } from '../../../Behaviors/Variantable'; /** * Represents the `ICodeElementProps` interface. * * @public */ export interface ICodeElementProps extends IVariantableProps { text: string; } //# sourceMappingURL=ICodeElementProps.d.ts.map