import React, { CSSProperties } from "react";
declare const PlayIcon: React.FC<{
    style: CSSProperties;
}>;
export default PlayIcon;
