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<ShowHideTextButtonModel>;
export { ShowOrHideTextButtonMemo };
