import Vue from 'vue'; import { IconDefinition } from '@feb-team/legao-icons-svg/lib/types'; declare class ClockOutlined extends Vue { static install(vue: typeof Vue): void; icon: IconDefinition; twoToneColor?: string | [string, string]; tabIndex?: number; spin?: boolean; rotate?: number; } export default ClockOutlined;