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