import React from 'react'; declare type ActionsPosition = 'top' | 'bottom'; export declare const usePageHeaderTemplateLayout: () => { headerRef: React.RefObject; breadcrumbsWrapperRef: React.RefObject; breadcrumbsRef: React.RefObject; actionsRef: React.RefObject; headingRef: React.RefObject; actionsPosition: ActionsPosition; }; export {};