export declare const OWNERS_VIEW: (params: any) => import("react/jsx-runtime").JSX.Element; export type AddressAmount = { address: `0x${string}`; amount: number; }; export default OWNERS_VIEW;