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