import React from 'react'; interface Props { width?: string; } declare const defaultProps: { width: string; }; export declare type SelectIconProps = Props & typeof defaultProps; declare const _default: React.ComponentType & Pick>; export default _default;