/** * Display label for a `TextStyle.textWarpPreset` short value. The fallback is * the caller's token, not the prefixed form this looked the label up under. */ export declare function warpPresetLabel(value: string): string; /** Display label for a `Text3DStyle.presetMaterial` value. */ export declare function materialPresetLabel(value: string): string; /** Display label for a `Text3DStyle.bevelTopType` value. */ export declare function bevelPresetLabel(value: string): string; //# sourceMappingURL=text-effects-labels.d.ts.map