export declare const useStyles: (props?: {
    headerHeight: number;
    showHandleWideArea: boolean;
} | undefined) => import("antd-style").ReturnStyles<{
    fixed: import("antd-style").SerializedStyles;
    fullscreen: import("antd-style").SerializedStyles;
    handlerIcon: import("antd-style").SerializedStyles;
    panel: string;
    root: string;
    toggleBottom: string;
    toggleLeft: string;
    toggleRight: string;
    toggleRoot: string;
    toggleTop: string;
    handleBottom: string;
    handleLeft: string;
    handleRight: string;
    handleRoot: import("antd-style").SerializedStyles;
    handleTop: string;
    bottomFloat: string;
    leftFloat: string;
    rightFloat: string;
    topFloat: string;
    borderBottom: import("antd-style").SerializedStyles;
    borderLeft: import("antd-style").SerializedStyles;
    borderRight: import("antd-style").SerializedStyles;
    borderTop: import("antd-style").SerializedStyles;
}>;
