export interface PlayPauseButtonProps { isPlaying: boolean; onClick: () => void; ariaLabelPlay?: string; ariaLabelPause?: string; } export declare const PlayPauseButton: ({ isPlaying, onClick, ariaLabelPlay, ariaLabelPause }: PlayPauseButtonProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PlayPauseButton.d.ts.map