import { FunctionalComponent } from 'vue';
import { AntdIconProps } from '../components/AntdIcon';
export interface RightCircleTwoToneIconType extends FunctionalComponent<AntdIconProps> {
    displayName: string;
}
declare const RightCircleTwoTone: RightCircleTwoToneIconType;
export default RightCircleTwoTone;
