import type { ComponentType } from 'react'; import type { ChipProps as MuiChipProps } from '@mui/material'; import type { ChipProps } from '../../decs'; type ChipStyledPropsType = Omit & MuiChipProps; export declare const Chip: ComponentType; export {}; //# sourceMappingURL=Chip.styled.d.ts.map