import { PropsWithChildren } from 'react'; import { VideoCapturePageLayoutProps } from './VideoCapturePageLayout.types'; /** * This component is used to display the same layout for every "default" screen for the VideoCapture process (the * premissions screen, the tutorial etc.). */ export declare function VideoCapturePageLayout({ showLogo, showBackdrop, showTitle, confirmButtonProps, showConfirmButton, children, }: PropsWithChildren): import("react").JSX.Element;