import type { ILayoutProps } from './interface'; export declare const usePanelLyaoutStyle: (config: ILayoutProps) => { headerStyle: any; bodyStyle: any; footerStyle: any; };