type ModCheckboxNormalProps = { content: string | null; className: string | undefined; }; type ModCheckboxWarningProps = { content: string | null; className: string | undefined; }; export type { ModCheckboxNormalProps, ModCheckboxWarningProps };