import { DokuRadioCustomAppearance } from './radio-custom-appearance.directive';
export interface DokuRadioBuiltInAppearance {
    template?: DokuRadioCustomAppearance;
}
