export interface Props { handleClick: Function; disabled: boolean; checked: boolean; // eslint-disable-next-line @typescript-eslint/no-explicit-any theme: any; id: string; }