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