import React from 'react'; type TextStylesMenuButtonProps = { children: React.ReactNode; }; /** * Basic version of existing 'Text Styles' Menu - which doesn't dynamically change icon * and is also placeholder to render all other menus in the collapsed state. */ export declare const TextCollapsedMenu: ({ children }: TextStylesMenuButtonProps) => React.JSX.Element; export {};