import React from 'react'; export declare function ContainerBackgroundColor({ title, }: { title?: string; }): React.JSX.Element;