/// import { IconProps } from '../../types'; declare const FlipVertical: (allProps: IconProps) => JSX.Element; export default FlipVertical;