import { IComponentProps } from "./common"; import { Vec4 } from "ave-ui"; export interface IColorViewComponentProps extends IComponentProps { solidColor?: Vec4; } export declare const ColorView: import("./common").ReactAveTag;