declare namespace _default {
    namespace text {
        const fontSize: number;
        const lineHeight: number;
        const textAlign: "right";
        const backgroundColor: string;
        const paddingVertical: number;
        const marginLeft: number;
    }
}
export default _default;
