import * as React from 'react'; export declare function NativeSelect({ className, ...props }: React.ComponentPropsWithoutRef<'select'>): import("react/jsx-runtime").JSX.Element; export declare function NativeSelectOption({ ...props }: React.ComponentPropsWithoutRef<'option'>): import("react/jsx-runtime").JSX.Element; export declare function NativeSelectOptGroup({ ...props }: React.ComponentPropsWithoutRef<'optgroup'>): import("react/jsx-runtime").JSX.Element;