import { default as React } from 'react'; import { SelectRootProps } from '../interface'; export declare function SelectRoot(props: SelectRootProps): React.JSX.Element;