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