import { CardInfo, FaceMatching } from '../components/interface';
interface Props {
navigation: any;
route: {
params: {
card: CardInfo;
faceMatching: FaceMatching;
headerComponent: any;
};
};
}
export declare const ResultScreen: (props: Props) => JSX.Element;
export {};