import { TextWidgetProps } from "../TextWidget"; declare const ColorWidget: (props: TextWidgetProps) => JSX.Element; export default ColorWidget;