import { InputProps } from '../FieldTypings'; interface SelectProps { clearable?: boolean; } declare type Props = InputProps & SelectProps; declare const _default: import("styled-components").StyledComponent<"select", any, Props, never>; export default _default;