import React from 'react'; export interface RemixSceneProps { id?: string; style?: React.CSSProperties; 'data-label'?: string; 'data-uid'?: string; } export declare const RemixScene: React.MemoExoticComponent<(props: React.PropsWithChildren) => JSX.Element>;