export declare const SmartContractButton: ({ handleImportSmartContract, handleViewSmartContract, }: { handleImportSmartContract: () => void; handleViewSmartContract: () => void; }) => import("react/jsx-runtime").JSX.Element;