/** * PodcastPlayer Component * * Entertainment component with full dark mode support. * * @component * @example * ```tsx * * ``` */ export interface PodcastPlayerProps { className?: string; children?: React.ReactNode; disabled?: boolean; } export declare const PodcastPlayer: ({ className, children, disabled, }: PodcastPlayerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=podcast-player.d.ts.map