export type ConfigProps = {
    label: string;
    key: string;
    children: any[];
    hideSwitchControl: boolean;
};
