export declare const useStyles: (props?: "block" | "pure" | "ghost" | undefined) => import("antd-style").ReturnStyles<{
    button: string;
    container: string;
    header: import("antd-style").SerializedStyles;
    lang: string;
    nowrap: import("antd-style").SerializedStyles;
    scroller: import("antd-style").SerializedStyles;
    select: import("antd-style").SerializedStyles;
}>;
