import { TemplateRef } from '@angular/core';
export declare class AsiRadioComponent {
    /** Position of the template */
    templatePosition: 'left' | 'right' | 'top' | 'bottom';
    /** Value of the radio button */
    value: any;
    template: TemplateRef<any>;
    active: boolean;
    index: number;
}
