import { Rounded } from './rounded.type';
import * as i0 from "@angular/core";
export declare class RoundedDirective {
    /**
     * Set border radius variant and radius size
     * @type Rounded
     */
    rounded: Rounded;
    get hostClasses(): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<RoundedDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<RoundedDirective, "[cRounded]", never, { "rounded": "cRounded"; }, {}, never, never, false>;
}
