/// import { SxProps, Theme } from '@mui/material'; interface Props { sx?: SxProps; } declare const AgreeErpaCheckbox: React.FC; export default AgreeErpaCheckbox;