export declare const useStyles: (props?: {
    headerHeight: number;
    tocWidth: number;
} | undefined) => import("antd-style").ReturnStyles<{
    anchor: string;
    container: import("antd-style").SerializedStyles;
    expand: string;
    mobileCtn: import("antd-style").SerializedStyles;
}>;
