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