import { RuntimeComponent, RuntimeScene } from '@easytwin/runtime'; import { SelectProps } from '@easyv/react-components'; import * as React from 'react'; interface TextureSelectionProps extends SelectProps { comp: RuntimeComponent | RuntimeScene; } export declare function TextureSelection(props: TextureSelectionProps): React.JSX.Element; export {};