///
export declare const Address: import("react").ForwardRefExoticComponent<{
address: string;
symbols?: number | undefined;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "address" | "ref" | "symbols"> & import("react").RefAttributes>;
//# sourceMappingURL=Address.d.ts.map