import { CSSObject } from '@mui/system';
export interface Focus {
    thickness: string;
    selector: string;
    default: CSSObject;
}
