import { ComponentsPropsList } from "../../styles/props.js"; export interface Localization { components?: { MuiAlert?: { defaultProps: Pick; }; MuiBreadcrumbs?: { defaultProps: Pick; }; MuiTablePagination?: { defaultProps: Pick; }; MuiRating?: { defaultProps: Pick; }; MuiAutocomplete?: { defaultProps: Pick; }; MuiPagination?: { defaultProps: Pick; }; }; }