import React from 'react'; type Props = { readonly goBack: () => void; }; export declare function UnicodeCardView({ goBack }: Props): React.JSX.Element; export {};