interface Props {
    navigation: any;
    route: any;
}
export declare const FaceScreen: (props: Props) => JSX.Element;
export {};
