import type { Address } from '@ariestools/sdk'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Props for {@link AddressHistoryArchivist}. */ export interface AddressHistoryArchivistProps extends PropsWithChildren { address?: Address; required?: boolean; } /** @deprecated rely on outside storage archivist — loads address history and gates children on the result. */ export declare const AddressHistoryArchivist: React.FC; //# sourceMappingURL=AddressHistoryArchivist.d.ts.map