export declare const STYLE_CODE: {
    backgroundColor: string;
    padding: number;
    borderRadius: number;
    textAlign: string;
};
