export declare const useStyles: (props?: {
    active: boolean;
    glass: boolean;
}) => import("antd-style").ReturnStyles<{
    block: string;
}>;
