export declare const useStyles: (props?: {
    backgroundColor?: string | undefined;
    reverse?: boolean | undefined;
} | undefined) => import("antd-style").ReturnStyles<{
    background: import("antd-style").SerializedStyles;
    backgroundContainer: import("antd-style").SerializedStyles;
    container: import("antd-style").SerializedStyles;
    highlight: import("antd-style").SerializedStyles;
}>;
