import { FC } from 'react'; type SignMessagePreviewProps = { message: string; }; export declare const SignMessagePreview: FC; export {};