export declare const styles: {
    container: {
        flex: number;
        backgroundColor: string;
    };
};
