export declare const useStyles: (props?: {
    headerHeight: number;
    showHandlerWideArea: boolean;
} | undefined) => import("antd-style").ReturnStyles<{
    bottomFloat: string;
    bottomHandle: string;
    container: string;
    fixed: import("antd-style").SerializedStyles;
    fullscreen: import("antd-style").SerializedStyles;
    handlerIcon: import("antd-style").SerializedStyles;
    leftFloat: string;
    leftHandle: string;
    panel: string;
    rightFloat: string;
    rightHandle: string;
    toggleBottom: string;
    toggleLeft: string;
    toggleRight: string;
    toggleTop: string;
    topFloat: string;
    topHandle: string;
}>;
