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