/// import { ColorRepresentation } from "three"; /** * component to set a background color in a scene */ export declare function Background({ color }: { color: ColorRepresentation; }): JSX.Element;