import { FC } from 'react'; export type ExportSharesViewProps = { passcode?: string; }; export declare const ExportSharesView: FC;