import { FC } from 'react'; import { StoreContextType } from '../context/types'; export interface SendToChipProps { type: string; displayName: string | null; context?: React.Context; } declare const SendToChip: FC; export default SendToChip; //# sourceMappingURL=SendToChip.d.ts.map