import { SelectableModel } from '../models/selectable/selectable.model'; import { SelectableStylingModel } from '../models/selectable/selectable-styling.model'; export declare const RadioTemplates: { defaultTemplate: { property: SelectableModel; style: SelectableStylingModel; }; };