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