import React from 'react'; import type { FormAddressProps } from './interface'; declare const FormAddress: React.FC; export default FormAddress;