import { ChipProps } from '../types'; export interface ChipContextData { aspectSize: ChipProps['aspectSize']; variant: ChipProps['variant']; }