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