/// /** * Select component is a component that allows users pick a value from predefined options. Ideally, it should be used when there are more than 5 options, otherwise you might consider using a radio group instead. * https://chakra-ui.com/docs/form/select */ export declare function Select({ ...props }: any): JSX.Element; //# sourceMappingURL=Select.d.ts.map