import { TemplateRef } from '@angular/core';
export declare class AsiRadioButtonComponent {
    /** Value of the radio button */
    value: any;
    /** asi-button design */
    design: string;
    template: TemplateRef<any>;
    active: boolean;
    index: number;
}
