export declare const useStyles: (props?: {
    bodyPadding?: string | number | undefined;
    headerPadding?: string | number | undefined;
    isSplit?: boolean | undefined;
} | undefined) => import("antd-style").ReturnStyles<{
    blockStyle: string;
    defaultStyle: string;
    flatGroup: import("antd-style").SerializedStyles;
    ghostStyle: string;
    group: string;
    hideCollapsibleIcon: import("antd-style").SerializedStyles;
    icon: import("antd-style").SerializedStyles;
    pureStyle: import("antd-style").SerializedStyles;
}>;
