export declare const Play: ({ title }: { readonly title?: string | undefined; }) => JSX.Element;