import type { RadioButtonProps } from '../RadioButton/PropsType'; export interface SetBasicStatusProps extends RadioButtonProps { key: string; DSLCore: any; selectedComp: any; }