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