export declare function getRoundClass(props: any, name: string): {
    class: import('vue').ComputedRef<string>;
    style: import('vue').ComputedRef<{
        [x: string]: any;
    }>;
};
