import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type UnlockOutlinedProps = FunctionalComponent; declare const UnlockOutlined: UnlockOutlinedProps; export default UnlockOutlined;