import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type DragOutlinedProps = FunctionalComponent; export declare const DragOutlined: DragOutlinedProps;