import { Config } from '../../../../types/Config'; export default function Cos(props: { live: Required['Live']; setValue: (path: string, value: any) => void; }): JSX.Element;