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