import { default as React } from 'react'; export declare const Wrap: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const Container: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const Content: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const ContentWrap: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const Header: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const BrandBlock: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const LogoIcon: import('@linaria/react').StyledComponent & React.ImgHTMLAttributes & Record>; export declare const BrandText: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const BrandNameContainer: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const BrandName: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const Sponsored: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const CloseIcon: (props: React.SVGProps) => import("react/jsx-runtime").JSX.Element; export declare const CloseButton: import('@linaria/react').StyledComponent & React.ButtonHTMLAttributes & Record>; export declare const FocusableVideo: { __wyw_meta: unknown; } & React.ForwardRefExoticComponent>; export declare const VideoWrapper: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const PlayPauseButton: import('@linaria/react').StyledComponent & React.ButtonHTMLAttributes & { isPlaying: boolean; }>; export declare const CenterIndicator: import('@linaria/react').StyledComponent & React.HTMLAttributes & { visible: boolean; }>; export declare const VideoBlock: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; interface SendToUserButtonProps { backgroundColor?: string; textColor?: string; } export declare const SendToUserButton: import('@linaria/react').StyledComponent & React.HTMLAttributes & SendToUserButtonProps>; export declare const EnvelopeIcon: () => import("react/jsx-runtime").JSX.Element; export declare const SendToUserText: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const VideoStatus: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const Title: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const Description: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const QRBlock: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const QRDescBlock: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const LearnMore: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; export declare const QRHint: import('@linaria/react').StyledComponent & React.HTMLAttributes & Record>; interface QRProps { value: string; size?: number; fgColor?: string; bgColor?: string; level?: 'L' | 'M' | 'Q' | 'H'; tabIndex?: number; } export declare const QR: React.ForwardRefExoticComponent>; export {};