export declare const styles: {
    container: {
        backgroundColor: string;
    };
    title: {
        padding: number;
        paddingLeft: number;
        fontWeight: "bold";
    };
};
