declare const BoldButtonType = "BoldButton";
declare const CodeBlockButtonType = "CodeBlockButton";
declare const ItalicButtonType = "ItalicButton";
declare const LargeHeadingButtonType = "LargeHeadingButton";
declare const QuoteButtonType = "QuoteButton";
declare const StrengthButtonType = "StrengthButton";
export { BoldButtonType, CodeBlockButtonType, ItalicButtonType, LargeHeadingButtonType, QuoteButtonType, StrengthButtonType };
