import React from "react"; import "./index.css"; type Props = { triggerParentUpdate: (state: boolean) => void; }; export declare const ChangeColor: React.FC; export {};