import { FunctionalComponent } from 'vue'; export interface RadioIconProps { active?: boolean; } export declare const LeftAlignIcon: FunctionalComponent; export declare const CenterAlignIcon: FunctionalComponent; export declare const RightAlignIcon: FunctionalComponent;