import { FunctionalComponent } from 'vue'; export interface RadioIconProps { active?: boolean; } export declare const HierarchyGridTypeIcon: FunctionalComponent; export declare const HierarchyTreeTypeIcon: FunctionalComponent; export declare const ColorfulThemeIcon: FunctionalComponent; export declare const NormalThemeIcon: FunctionalComponent; export declare const BasicThemeIcon: FunctionalComponent; export declare const ZebraThemeIcon: FunctionalComponent;