import { ShowHideTextButtonModel } from './memoized-model'; /** * Renders a button to toggle showing or hiding text content. * @param {ShowHideTextButtonModel} props - Button properties * @returns {JSX.Element | null} The toggle button */ declare const ShowOrHideTextButtonMemo: import('react').NamedExoticComponent; export { ShowOrHideTextButtonMemo }; //# sourceMappingURL=show-hide-button.d.ts.map