import type { ISizeableProps } from '../../../Behaviors/Sizeable'; /** * Represents the `IEmojiElementProps` interface. * * @public */ export interface IEmojiElementProps extends ISizeableProps { unicode: string; } //# sourceMappingURL=IEmojiElementProps.d.ts.map