import React from 'react'; import type { ChipProps } from './types'; export declare function Chip(rawProps: ChipProps): React.ReactElement; //# sourceMappingURL=Chip.d.ts.map