import { FC } from "react"; import { PlayIconProps } from "./PlayIconProps"; declare const PlayIcon: FC; export default PlayIcon;