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