/// interface ColorBlockProps { color: string; } declare function ColorBlock({ color }: ColorBlockProps): JSX.Element; export { ColorBlock };