interface AddressDetailProps { addressId?: string; borderColor: string; color: string; btnColor: string; btnShape: string; paddingTop: number; paddingBottom: number; } export declare const AddressDetail: import("react").NamedExoticComponent; export {};