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