import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import type { Ref } from 'react'; import React from 'react'; /** Props for {@link BoundWitnessBoxWithAddressRouter}. */ export interface BoundWitnessBoxWithAddressRouterProps extends FlexBoxProps { baseRoute?: string; ref?: Ref; } /** Bound witness panel that navigates to an address route when an address event is emitted. */ export declare const BoundWitnessBoxWithAddressRouter: { ({ ref, baseRoute, ...props }: BoundWitnessBoxWithAddressRouterProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=BoundWitnessBoxWithAddressRouter.d.ts.map