export declare const useContactPageData: () => {
    contactSections: any;
    loading: boolean;
};
