import React from 'react'; export declare enum ArtTypeEnum { ASCII = "ASCII", ASCII_COLOR = "ASCII_COLOR", ASCII_COLOR_BG_IMAGE = "ASCII_COLOR_BG_IMAGE" } type Props = { videoStreaming: HTMLVideoElement; parentRef: React.RefObject; charsPerLine: number; charsPerColumn: number; fontColor: string; backgroundColor: string; artType: ArtTypeEnum; flipY?: boolean; preTagRef?: React.RefObject; }; export declare const VideoAscii: (props: Props) => JSX.Element; export {}; //# sourceMappingURL=VideoAscii.d.ts.map