import type { ChipProps, ChipState } from './Chip.types'; export declare const chipLookup: (layer: string, userProps: ChipProps, state: ChipState) => boolean; export declare const Chip: any; export default Chip; //# sourceMappingURL=Chip.mobile.d.ts.map