export declare type TTextStyleBase3D = {
    fontSize?: number;
    color?: string;
    fontFamily?: string;
};
