import { FC } from 'react';
interface Props {
    className?: string;
}
export declare const FlipVerticalIcon: FC<Props>;
export {};
