export declare const useOverrideStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
    container: string;
}>;
