export {
	createRoundedTextBox,
	type CreateRoundedTextBoxProps,
	type CreateRoundedTextBoxResult,
	type TextAlign,
} from './create-rounded-text-box';
