import { SelectProps } from "@chakra-ui/react"; declare function Component(props: SelectProps): JSX.Element; export { Component as Select };