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