import { TextComponent, TextProps } from '../../Text/types'; type AlertTextProps = TextProps; type AlertTextComponent = TextComponent; export { AlertTextComponent, AlertTextProps };