export declare type OpportunityProps = {
    onGetOnboard: Function;
    project?: any;
    survey?: any;
};
declare const _default: ({ project, onGetOnboard, survey, }: OpportunityProps) => JSX.Element;
export default _default;
