import React from "react"; export interface LiquidGlassNowPlayingBarProps extends React.HTMLAttributes { title: string; subtitle?: string; artwork?: React.ReactNode; playing?: boolean; progress?: number; onPlayPause?: () => void; onExpand?: () => void; } export declare const LiquidGlassNowPlayingBar: React.ForwardRefExoticComponent>; //# sourceMappingURL=LiquidGlassNowPlayingBar.d.ts.map