import { SelectProps } from "./Select.types";
declare const Select: ({ value, id, onSelect, mediaMaxWidth, }: SelectProps) => import("react/jsx-runtime").JSX.Element;
export default Select;
