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