import { CosmographButtonPlayPause as _CosmographButtonPlayPause, CosmographButtonPlayPauseConfigInterface } from '@cosmograph/cosmograph'; export type CosmographButtonPlayPauseRef = _CosmographButtonPlayPause | undefined; export declare const CosmographButtonPlayPause: import("react").ForwardRefExoticComponent; export type { CosmographButtonPlayPauseConfigInterface };