import { default as React } from 'react'; import { SelectEmptyProps } from '../interface'; export declare function SelectEmpty({ children, ...rest }: SelectEmptyProps): React.JSX.Element;