export declare const TextProps: {
    width: {
        type: StringConstructor;
    };
    color: {
        type: StringConstructor;
    };
    size: {
        type: StringConstructor;
    };
    weight: {
        type: NumberConstructor;
    };
    truncated: {
        type: BooleanConstructor;
        default: boolean;
    };
    lineClamp: {
        type: NumberConstructor;
    };
    textStyle: {
        type: ObjectConstructor;
    };
};
