import React from 'react';
import { PostCodeAddressDropdownProps } from './PostCodeAddressDropdown.types';
/**
 * The dropdown component for selecting and displaying address information
 */
declare const PostCodeAddressDropdown: React.FunctionComponent<PostCodeAddressDropdownProps>;
export default PostCodeAddressDropdown;
