import { type ReactNode } from "react";
import { type SelectProps } from "./Select.shared";
export declare function Select({ accent, ...rest }: SelectProps): ReactNode;
//# sourceMappingURL=Select.d.ts.map