import { AppLayoutProps } from '../interfaces'; export declare function useAriaLabels(ariaLabelsOverride: AppLayoutProps.Labels | undefined): AppLayoutProps.Labels;