SearchFieldProps: ComponentProps<"input"> & SearchFieldVariants & Partial<
    { hasResetButton: boolean; onClickResetButton: VoidFunction },
>