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