/// import type { IconType } from "./Icon/types"; declare function FlipCamera(props: IconType): JSX.Element; export default FlipCamera;