import { IChip } from './IChip'; /** * * @param props * @returns */ export default function MUIChip(props: IChip): import("react/jsx-runtime").JSX.Element;