import { EmployeeDashboardPage } from "./rc-employee-dashboard-page"; export declare type ViewProps = { states: { showSubmitReferral: boolean; }; }; export declare function useEmployeeDashboardPage(props: EmployeeDashboardPage): ViewProps;