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