declare const Styled: {
    container: {
        backgroundColor: string;
    };
};
export default Styled;
