import { AirGapUIText } from '../../types/ui/text';
export declare function newPlainUIText(text: string): AirGapUIText;
