/// export declare const SelectIcon: ({ width, height, color, stroke, }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; stroke?: string | undefined; }) => JSX.Element;