export interface LayoutSettingProps { drawerConfig?: any; appFeatures?: any; tabBarConfig?: any; } export declare function useLayoutSetting(props?: LayoutSettingProps): { appLayout: import("@common-stack/client-react").Feature; pathKey: string; intialRouteName: string; appLayoutFeatures: any; };