import { Styles } from '@monkvision/types'; import { DynamicSVGProps } from '@monkvision/common-ui-web'; import { CSSProperties } from 'react'; import { VideoCapturePageLayoutProps } from './VideoCapturePageLayout.types'; export declare const styles: Styles; interface VideoCapturePageLayoutStyles { logoProps: Partial; containerStyle: CSSProperties; titleStyle: CSSProperties; } export declare function useVideoCapturePageLayoutStyles({ showBackdrop, }: Required>): VideoCapturePageLayoutStyles; export {};