import { FC } from 'react'; type Props = { responseCode: number | null; }; declare const WebhookResponseCodeChip: FC; export default WebhookResponseCodeChip;