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