/** @jsx jsx */ import { FC } from 'react'; interface Props { countries: string[]; loading: boolean; onSubmit: () => void; } export declare const PostalCode: FC; export {};