/// import { SelectProps as ThemedSelectProps } from 'theme-ui'; export declare const CUSTOM_ARROW_PATH = "M5 8L8 11L11 8"; export interface SelectProps extends ThemedSelectProps { } declare const Select: React.FC; export default Select;