/// export interface Props { className?: string; } declare function PlayIcon({ className }: Props): JSX.Element; export default PlayIcon;