import type { OmitInternalProps } from '@toptal/picasso-shared'; import type { Props } from './RichTextEditor'; export type { RichTextEditorChangeHandler } from './types'; export declare type CustomEmojiGroup = Exclude[0]; export { default } from './RichTextEditor'; export declare type RichTextEditorProps = OmitInternalProps; //# sourceMappingURL=index.d.ts.map