import { AppLayoutInternalProps, AppLayoutState } from '../interfaces'; import { SkeletonSlotsAttributes } from '../skeleton/interfaces'; export declare const useSkeletonSlotsAttributes: (hasToolbar: boolean, appLayoutProps: AppLayoutInternalProps, appLayoutState: AppLayoutState) => SkeletonSlotsAttributes;