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