import React from "react"; type Props = { rounded?: "top" | "bottom" | "none"; }; export declare function Select({ rounded }: Props): React.JSX.Element; export {};