import React from "react";
/**
* Render the `select` element.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Select(props: JSX.IntrinsicElements["select"]) {
return ;
}
export type SelectProps = Parameters[0];