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