import { VNode } from "../../stencil-public-runtime"; import { AdvocateRecruitmentDashboard } from "./rc-advocate-recruitment-dashboard"; interface useAdvocateRecruitmentDashboardProps { text: AdvocateRecruitmentDashboard; slots: { shareLink: VNode; referralTable: VNode; stats: VNode; }; states: AdvocateRecruitmentDashboard; } export declare function useAdvocateRecruitmentDashboard(props: useAdvocateRecruitmentDashboardProps): { text: AdvocateRecruitmentDashboard; slots: { shareLink: VNode; referralTable: VNode; stats: VNode; }; states: AdvocateRecruitmentDashboard; }; export {};