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